Skip to content

Commit

Permalink
more to subbing
Browse files Browse the repository at this point in the history
  • Loading branch information
a-day-old-bagel committed Aug 18, 2016
1 parent 455ed91 commit e628359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if ( BNO055_COMPILE_STANDALONE )
add_executable( ${PROJECT_NAME} ${SOURCE_FILES} )
target_link_libraries( ${PROJECT_NAME} ${LIBS} )
else( BNO055_COMPILE_STANDALONE )
set(CMAKE_INCLUDE_CURRENT_DIR ON)
add_library(${PROJECT_NAME} STATIC ${SOURCE_FILES} )
target_link_libraries( ${PROJECT_NAME} ${LIBS} )
target_include_directories( ${PROJECT_NAME} PUBLIC ${INCLUDE_DIRS} )
Expand Down

0 comments on commit e628359

Please sign in to comment.