forked from compAIR/libcreate
Add API to get light sensor signals
This commit is contained in:
parent
d63d02f058
commit
e234d705f9
5 changed files with 173 additions and 14 deletions
|
@ -22,13 +22,17 @@ target_link_libraries(create
|
|||
|
||||
## Declare example executables
|
||||
add_executable(create_demo examples/create_demo.cpp)
|
||||
add_executable(bumper_example examples/bumper_example.cpp)
|
||||
|
||||
## Specify libraries to link a library or executable target against
|
||||
target_link_libraries(create_demo
|
||||
${Boost_LIBRARIES}
|
||||
create
|
||||
)
|
||||
|
||||
target_link_libraries(bumper_example
|
||||
${Boost_LIBRARIES}
|
||||
create
|
||||
)
|
||||
## Install
|
||||
install(TARGETS create DESTINATION lib)
|
||||
install(FILES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue