|
|
@ -170,8 +170,9 @@ if (WHISPER_STANDALONE)
|
|
|
|
target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
target_link_libraries(${TARGET} PRIVATE whisper ${SDL2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
endif ()
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
|
|
|
|
if (WHISPER_BUILD_TESTS)
|
|
|
|
# TODO: temporary disabled
|
|
|
|
enable_testing()
|
|
|
|
#if (WHISPER_BUILD_TESTS)
|
|
|
|
add_subdirectory(tests)
|
|
|
|
# enable_testing()
|
|
|
|
endif ()
|
|
|
|
# add_subdirectory(tests)
|
|
|
|
|
|
|
|
#endif ()
|
|
|
|
endif ()
|
|
|
|
endif ()
|
|
|
|