Last change
on this file since 2072 was 1966, checked in by Takeshi Nakazato, 14 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...
All libraries, executables, programs are installed by default.
|
File size:
493 bytes
|
Rev | Line | |
---|
[1954] | 1 | ###
|
---|
| 2 | # CMakeLists.txt for asap2to3
|
---|
| 3 | ###
|
---|
| 4 |
|
---|
| 5 | # source code
|
---|
| 6 | set( EXEC_SRC asap2to3.cpp )
|
---|
| 7 |
|
---|
| 8 | # add executable
|
---|
| 9 | add_executable( ${ASAP2TO3} ${EXEC_SRC} )
|
---|
| 10 |
|
---|
| 11 | # dependencies
|
---|
[1960] | 12 | target_link_libraries( ${ASAP2TO3}
|
---|
| 13 | ${CASACORE_LIBRARIES}
|
---|
| 14 | ${DL_LIBRARIES}
|
---|
| 15 | ${BLAS_LIBRARIES}
|
---|
| 16 | ${LAPACK_LIBRARIES} )
|
---|
[1966] | 17 | add_dependencies( inst ${ASAP2TO3} )
|
---|
[1954] | 18 |
|
---|
| 19 | # install
|
---|
[1959] | 20 | install( TARGETS ${ASAP2TO3}
|
---|
| 21 | RUNTIME DESTINATION ${EXEC_INSTALL_DIR} ) |
---|
Note:
See
TracBrowser
for help on using the repository browser.