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