Changeset 2859 for vidalia/trunk/src

Show
Ignore:
Timestamp:
07/13/08 00:35:03 (4 months ago)
Author:
edmanm
Message:

Remember the location of po2nsh so we can use it in custom commands.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/tools/po2nsh/CMakeLists.txt

    r2856 r2859  
    2222target_link_libraries(po2nsh ${QT_LIBRARIES} common) 
    2323 
     24## Remember the location of po2nsh so we can use it in custom commands 
     25get_target_property(PO2NSH_EXECUTABLE po2nsh LOCATION) 
     26set(VIDALIA_PO2NSH_EXECUTABLE ${PO2NSH_EXECUTABLE} 
     27    CACHE STRING "Location of Vidalia's po2nsh converter." FORCE)