File: CMakeLists.txt

package info (click to toggle)
indi 2.1.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 15,888 kB
  • sloc: cpp: 217,447; ansic: 31,363; xml: 1,195; sh: 311; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
########### Tutorial three ##############
if (CFITSIO_FOUND)
add_executable(tutorial_three simpleccd.cpp)

target_link_libraries(tutorial_three indidriver)
endif (CFITSIO_FOUND)