summaryrefslogtreecommitdiff
path: root/examples/nra-translate
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nra-translate')
-rw-r--r--examples/nra-translate/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/nra-translate/CMakeLists.txt b/examples/nra-translate/CMakeLists.txt
index e69de29bb..0d20e9fed 100644
--- a/examples/nra-translate/CMakeLists.txt
+++ b/examples/nra-translate/CMakeLists.txt
@@ -0,0 +1,6 @@
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/examples/nra-translate)
+
+foreach(example ${CVC4_EXAMPLES_NRA_TRANSLATE})
+ add_executable(${example} EXCLUDE_FROM_ALL ${example}.cpp)
+ target_link_libraries(${example} cvc4 cvc4parser)
+endforeach()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback