mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 23:17:29 +03:00
9 lines
269 B
CMake
9 lines
269 B
CMake
add_executable (compass compass.cxx)
|
|
add_executable (groveled groveled.cxx)
|
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l)
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/grove)
|
|
|
|
target_link_libraries (compass hmc5883l)
|
|
target_link_libraries (groveled grove)
|