Changeset 2833 for vidalia/trunk/src/tools/po2ts/CMakeLists.txt
- Timestamp:
- 07/03/08 22:45:48 (6 months ago)
- Files:
-
- 1 modified
-
vidalia/trunk/src/tools/po2ts/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/src/tools/po2ts/CMakeLists.txt
r2747 r2833 22 22 target_link_libraries(po2ts ${QT_LIBRARIES}) 23 23 24 ## Remember the location of po2ts so we can use it in custom commands 25 get_target_property(PO2TS_EXECUTABLE po2ts LOCATION) 26 set(VIDALIA_PO2TS_EXECUTABLE ${PO2TS_EXECUTABLE} 27 CACHE STRING "Location of Vidalia's po2ts converter." FORCE) 28
