source: trunk/apps/CMakeLists.txt @ 1959

Last change on this file since 1959 was 1959, checked in by Takeshi Nakazato, 13 years ago

New Development: No

JIRA Issue: Yes CAS-2668

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on installation.

File size: 307 bytes
Line 
1###
2# CMakeLists.txt for asap2to3
3###
4
5# source code
6set( EXEC_SRC asap2to3.cpp )
7
8# add executable
9add_executable( ${ASAP2TO3} ${EXEC_SRC} )
10
11# dependencies
12target_link_libraries( ${ASAP2TO3} ${CASACORE_LIBRARIES} )
13
14# install
15install( TARGETS ${ASAP2TO3}
16         RUNTIME DESTINATION ${EXEC_INSTALL_DIR} )
Note: See TracBrowser for help on using the repository browser.