File: CMakeLists.txt

package info (click to toggle)
purify 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 58,664 kB
  • ctags: 578
  • sloc: cpp: 8,409; python: 375; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
include_directories("${PROJECT_SOURCE_DIR}/cpp" "${CMAKE_CURRENT_BINARY_DIR}/include/purify")
file(MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/outputs")
add_catch_test(measurement_operator LIBRARIES libpurify)
add_catch_test(FFT_operator LIBRARIES libpurify)
add_catch_test(purify_fitsio LIBRARIES libpurify)
add_catch_test(utils LIBRARIES libpurify)
add_catch_test(sparse LIBRARIES libpurify)
if(data AND TARGET casacore::ms)
  add_catch_test(casacore LIBRARIES libpurify ${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY})
endif()