-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cannelloni integration and cmake install.
Signed-off-by: Remigiusz Kołłątaj <[email protected]>
- Loading branch information
Remigiusz Kołłątaj
committed
Jan 3, 2018
1 parent
c8835e9
commit e0e8388
Showing
5 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule qtCannelloniCanBus
added at
db0e87
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
find_package(Threads REQUIRED) | ||
|
||
add_library(cds-common INTERFACE) | ||
target_include_directories(cds-common INTERFACE ${CMAKE_SOURCE_DIR}/src/common) | ||
target_link_libraries(cds-common INTERFACE spdlog ${CMAKE_THREAD_LIBS_INIT}) | ||
target_include_directories(cds-common INTERFACE ${CMAKE_SOURCE_DIR}/src/common ${CMAKE_SOURCE_DIR}/3rdParty/spdlog/include) | ||
target_link_libraries(cds-common INTERFACE ${CMAKE_THREAD_LIBS_INIT}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters