1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Add dependency to segfiles

This commit is contained in:
Marijn van der Werf
2016-09-05 17:26:20 +02:00
parent 99d3579c9f
commit 5a44deac1b

View File

@@ -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)