-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add CMake target 'examples' - update example name: '_constraints_' -> '_conditions_'
- Loading branch information
1 parent
3bd4498
commit 32ca124
Showing
5 changed files
with
22 additions
and
9 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
6 changes: 3 additions & 3 deletions
6
examples/06_ltlf_synthesis_with_fairness_conditions/CMakeLists.txt
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,4 +1,4 @@ | ||
add_executable(ltlf_synthesis_with_fairness_constraints_example ltlf_synthesis_with_fairness_constraints.cpp) | ||
add_executable(ltlf_synthesis_with_fairness_conditions_example ltlf_synthesis_with_fairness_constraints.cpp) | ||
|
||
target_include_directories(ltlf_synthesis_with_fairness_constraints_example PRIVATE ${UTILS_INCLUDE_PATH} ${PARSER_INCLUDE_PATH} ${SYNTHESIS_INCLUDE_PATH} ${EXT_INCLUDE_PATH}) | ||
target_link_libraries(ltlf_synthesis_with_fairness_constraints_example ${PARSER_LIB_NAME} ${SYNTHESIS_LIB_NAME} ${UTILS_LIB_NAME} ${LYDIA_LIBRARIES}) | ||
target_include_directories(ltlf_synthesis_with_fairness_conditions_example PRIVATE ${UTILS_INCLUDE_PATH} ${PARSER_INCLUDE_PATH} ${SYNTHESIS_INCLUDE_PATH} ${EXT_INCLUDE_PATH}) | ||
target_link_libraries(ltlf_synthesis_with_fairness_conditions_example ${PARSER_LIB_NAME} ${SYNTHESIS_LIB_NAME} ${UTILS_LIB_NAME} ${LYDIA_LIBRARIES}) |
6 changes: 3 additions & 3 deletions
6
examples/07_ltlf_synthesis_with_stability_conditions/CMakeLists.txt
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,4 +1,4 @@ | ||
add_executable(ltlf_synthesis_with_stability_constraints_example ltlf_synthesis_with_stability_conditions.cpp) | ||
add_executable(ltlf_synthesis_with_stability_conditions_example ltlf_synthesis_with_stability_conditions.cpp) | ||
|
||
target_include_directories(ltlf_synthesis_with_stability_constraints_example PRIVATE ${UTILS_INCLUDE_PATH} ${PARSER_INCLUDE_PATH} ${SYNTHESIS_INCLUDE_PATH} ${EXT_INCLUDE_PATH}) | ||
target_link_libraries(ltlf_synthesis_with_stability_constraints_example ${PARSER_LIB_NAME} ${SYNTHESIS_LIB_NAME} ${UTILS_LIB_NAME} ${LYDIA_LIBRARIES}) | ||
target_include_directories(ltlf_synthesis_with_stability_conditions_example PRIVATE ${UTILS_INCLUDE_PATH} ${PARSER_INCLUDE_PATH} ${SYNTHESIS_INCLUDE_PATH} ${EXT_INCLUDE_PATH}) | ||
target_link_libraries(ltlf_synthesis_with_stability_conditions_example ${PARSER_LIB_NAME} ${SYNTHESIS_LIB_NAME} ${UTILS_LIB_NAME} ${LYDIA_LIBRARIES}) |
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