source: trunk/bin/CMakeLists.txt

Last change on this file was 1969, 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...

Add necessary CMakeLists.txt's for standalone build.


File size: 194 bytes
Line 
1###
2# CMakeLists.txt for executables
3###
4
5# executables
6set( ASAP_EXEC
7     asap
8     asap_update_data
9     install )
10
11install( PROGRAMS ${ASAP_EXEC}
12         DESTINATION ${EXEC_INSTALL_DIR} )
Note: See TracBrowser for help on using the repository browser.