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 (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
########## Tutorial two ##############
add_executable(tutorial_two simplescope.cpp)

target_link_libraries(tutorial_two indidriver)