From 5a44deac1bda13ceebd368ab588f81826e1184e4 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Mon, 5 Sep 2016 17:26:20 +0200 Subject: [PATCH] Add dependency to segfiles --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 848bec1f1a..888be0bccc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -372,6 +372,7 @@ file(GLOB_RECURSE ORCT2_PAINT_TEST_SOURCES "PaintTest/*.c" "PaintTest/*.cpp" "Pa add_executable(test-paint ${ORCT2_RIDE_SOURCES} ${ORCT2_RIDE_DEP_SOURCES} ${ORCT2_PAINT_TEST_SOURCES}) set_target_properties(test-paint PROPERTIES COMPILE_FLAGS "-DNO_VEHICLES") +add_dependencies(test-paint segfiles) set(CPACK_PACKAGE_VERSION_MAJOR 0) set(CPACK_PACKAGE_VERSION_MINOR 0)