summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-08-31 09:10:50 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commitcc55abde168c2e316e5cde3c5c1f1d703faace4e (patch)
tree119689c2cacc92af18a1c6d4ef7bd0211e7db3ee /src/expr
parent6d1ee1f6b26c77d77510e39c09c063537810f457 (diff)
cmake: Add missing dependency.
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/CMakeLists.txt b/src/expr/CMakeLists.txt
index dd3d83481..0421261a2 100644
--- a/src/expr/CMakeLists.txt
+++ b/src/expr/CMakeLists.txt
@@ -61,6 +61,7 @@ set(expr_gen_src_files
)
add_library(expr ${expr_src_files} ${expr_gen_src_files})
+target_link_libraries(expr PRIVATE options)
target_compile_definitions(expr PRIVATE -D__BUILDING_CVC4LIB)
#
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback