source: trunk/apps/CMakeLists.txt @ 1957

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

Adds wcslib, rpfits, cfitsio libraries.
Includes CASA's cmake modules for searching python, cfitsio, and rpfits.
Update dependency.

Test build and sd regression run.
All sd regressions are passed.

File size: 301 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( PROGRAMS ${ASAP2TO3}
16         DESTINATION ${EXEC_INSTALL_DIR} )
Note: See TracBrowser for help on using the repository browser.