Skip to content
Snippets Groups Projects
CMakeLists.txt 198 B
Newer Older
  • Learn to ignore specific revisions
  • 
    add_library(Camera
    	QGCCameraControl.cc
    	QGCCameraIO.cc
    	QGCCameraManager.cc
    )
    
    target_link_libraries(Camera
    	PUBLIC
    		qgc
    )
    
    target_include_directories(Camera PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})