We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86317c7 commit accbf29Copy full SHA for accbf29
1 file changed
library/CMakeLists.txt
@@ -122,7 +122,7 @@ file(GLOB_RECURSE TEST_SOURCES
122
if (DFHACK_SDL_CONSOLE)
123
list(APPEND TEST_SOURCES SDLConsole_impl.cpp)
124
endif()
125
-dfhack_test(dfhack-test "${TEST_SOURCES}")
+# dfhack_test(dfhack-test "${TEST_SOURCES}")
126
127
if(WIN32)
128
set(CONSOLE_SOURCES Console-windows.cpp)
@@ -396,7 +396,7 @@ target_include_directories(dfhack-run PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/includ
396
add_executable(binpatch binpatch.cpp)
397
target_link_libraries(binpatch dfhack-md5)
398
399
-target_include_directories(dfhack-test PRIVATE ${SDL2_INCLUDE_DIRS})
+# target_include_directories(dfhack-test PRIVATE ${SDL2_INCLUDE_DIRS})
400
401
402
set_target_properties(dfhack PROPERTIES OUTPUT_NAME "dfhooks_dfhack" )
0 commit comments