Skip to content

Commit

Permalink
TwoCanBusThreeWrappers export deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Jul 3, 2015
1 parent 2ea1da2 commit 350e800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/TwoCanBusThreeWrappers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ else (folder_source)
message(FATAL_ERROR "No source code files found. Please add something")
endif (folder_source)

# Exporting dependencies for TEO_BODYConfig.cmake quite manually for now...
set(TEO_BODY_INCLUDE_DIRS ${TEO_BODY_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "appended libraries")
set(TEO_BODY_LIBRARIES ${TEO_BODY_LIBRARIES} TwoCanBusThreeWrappers CACHE INTERNAL "appended libraries")

ENDIF (ENABLE_TwoCanBusThreeWrappers)

0 comments on commit 350e800

Please sign in to comment.