-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
add_subdirectory(clock) | ||
add_subdirectory(custom_collection_adapter) | ||
add_subdirectory(dna) | ||
add_subdirectory(shared_recording) | ||
add_subdirectory(minimal) | ||
add_subdirectory(shared_recording) | ||
add_subdirectory(spawn_viewer) | ||
add_subdirectory(stdio) | ||
|
||
add_custom_target(examples) | ||
|
||
add_dependencies(examples example_clock) | ||
add_dependencies(examples example_custom_collection_adapter) | ||
add_dependencies(examples example_dna) | ||
add_dependencies(examples example_shared_recording) | ||
add_dependencies(examples example_minimal) | ||
add_dependencies(examples example_shared_recording) | ||
add_dependencies(examples example_spawn_viewer) | ||
add_dependencies(examples example_stdio) |
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
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