-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
a723f07
commit d7c0f98
Showing
19 changed files
with
145 additions
and
132 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,10 +1,4 @@ | ||
include_directories( | ||
"${PROJECT_SOURCE_DIR}/include" | ||
) | ||
include_directories("${PROJECT_SOURCE_DIR}/include") | ||
|
||
add_custom_target(examples) | ||
add_subdirectory(count) | ||
add_subdirectory(ports) | ||
add_subdirectory(hello) | ||
add_subdirectory(power_train) | ||
add_subdirectory(multiport_mutation) | ||
add_custom_target(examples) add_subdirectory(count) add_subdirectory(ports) add_subdirectory(hello) | ||
add_subdirectory(power_train) add_subdirectory(multiport_mutation) |
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,2 @@ | ||
add_executable(count EXCLUDE_FROM_ALL main.cc) | ||
target_link_libraries(count reactor-cpp) | ||
add_dependencies(examples count) | ||
add_executable(count EXCLUDE_FROM_ALL main.cc) target_link_libraries(count reactor - cpp) | ||
add_dependencies(examples count) |
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,2 @@ | ||
add_executable(hello EXCLUDE_FROM_ALL main.cc) | ||
target_link_libraries(hello reactor-cpp) | ||
add_dependencies(examples hello) | ||
add_executable(hello EXCLUDE_FROM_ALL main.cc) target_link_libraries(hello reactor - cpp) | ||
add_dependencies(examples hello) |
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,2 @@ | ||
add_executable(mutation_multiports main.cc) | ||
target_link_libraries(mutation_multiports reactor-cpp) | ||
add_dependencies(examples mutation_multiports) | ||
add_executable(mutation_multiports main.cc) target_link_libraries(mutation_multiports reactor - cpp) | ||
add_dependencies(examples mutation_multiports) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
add_executable(ports EXCLUDE_FROM_ALL main.cc) | ||
target_link_libraries(ports reactor-cpp) | ||
add_dependencies(examples ports) | ||
add_executable(ports EXCLUDE_FROM_ALL main.cc) target_link_libraries(ports reactor - cpp) | ||
add_dependencies(examples ports) |
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,2 @@ | ||
add_executable(power_train EXCLUDE_FROM_ALL main.cc) | ||
target_link_libraries(power_train reactor-cpp) | ||
add_dependencies(examples power_train) | ||
add_executable(power_train EXCLUDE_FROM_ALL main.cc) target_link_libraries(power_train reactor - cpp) | ||
add_dependencies(examples power_train) |
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
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.