mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
6 lines
137 B
CMake
6 lines
137 B
CMake
add_executable (compass compass.cxx)
|
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l)
|
|
|
|
target_link_libraries (compass hmc5883l)
|