Changeset 2859 for vidalia/trunk/src
- Timestamp:
- 07/13/08 00:35:03 (4 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/src/tools/po2nsh/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/src/tools/po2nsh/CMakeLists.txt
r2856 r2859 22 22 target_link_libraries(po2nsh ${QT_LIBRARIES} common) 23 23 24 ## Remember the location of po2nsh so we can use it in custom commands 25 get_target_property(PO2NSH_EXECUTABLE po2nsh LOCATION) 26 set(VIDALIA_PO2NSH_EXECUTABLE ${PO2NSH_EXECUTABLE} 27 CACHE STRING "Location of Vidalia's po2nsh converter." FORCE)
