-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #361 from lasp/feature/1270-cielim-interface
Feature/1270 cielim interface
- Loading branch information
Showing
8 changed files
with
635 additions
and
1,082 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
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,3 +1,3 @@ | ||
find_package(cppzmq CONFIG REQUIRED) | ||
target_link_libraries(${TARGET_NAME} PRIVATE cppzmq::cppzmq) | ||
target_link_libraries(${TARGET_NAME} PRIVATE vizMessage) | ||
target_link_libraries(${TARGET_NAME} PRIVATE cielimMessage) |
1,291 changes: 298 additions & 993 deletions
1,291
src/simulation/vizard/cielimInterface/cielimInterface.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.