about summary refs log tree commit diff homepage
path: root/tools/ktest-randgen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ktest-randgen')
-rw-r--r--tools/ktest-randgen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ktest-randgen/CMakeLists.txt b/tools/ktest-randgen/CMakeLists.txt
index 8b15c275..48b23485 100644
--- a/tools/ktest-randgen/CMakeLists.txt
+++ b/tools/ktest-randgen/CMakeLists.txt
@@ -13,5 +13,6 @@ add_executable(ktest-randgen
 set(KLEE_LIBS kleeBasic)
 
 target_link_libraries(ktest-randgen ${KLEE_LIBS})
+target_include_directories(ktest-randgen PRIVATE ${KLEE_INCLUDE_DIRS})
 
 install(TARGETS ktest-randgen RUNTIME DESTINATION bin)