Last change
on this file since 1955 was 1954, checked in by Takeshi Nakazato, 14 years ago |
New Development: Yes
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...
Preliminary version of CMakeLists.txt files.
*NOTE*
Part of library search is hard-coded, so this is not a
complete cross-platform system.
|
File size:
357 bytes
|
Line | |
---|
1 | ###
|
---|
2 | # CMakeLists.txt for asap2to3
|
---|
3 | ###
|
---|
4 |
|
---|
5 | # executable name is asap2to3
|
---|
6 | set( ASAP2TO3 asap2to3 )
|
---|
7 |
|
---|
8 | # source code
|
---|
9 | set( EXEC_SRC asap2to3.cpp )
|
---|
10 |
|
---|
11 | # add executable
|
---|
12 | add_executable( ${ASAP2TO3} ${EXEC_SRC} )
|
---|
13 |
|
---|
14 | # dependencies
|
---|
15 | target_link_libraries( ${ASAP2TO3} ${CASACORE_LIBRARIES} )
|
---|
16 |
|
---|
17 | # install
|
---|
18 | install( PROGRAMS ${ASAP2TO3}
|
---|
19 | DESTINATION ${EXEC_INSTALL_DIR} ) |
---|
Note:
See
TracBrowser
for help on using the repository browser.