whisper.cpp/examples/wchess/wchess.cmd/CMakeLists.txt

8 lines
222 B
CMake
Raw Normal View History

2023-11-25 08:16:48 +00:00
if (WHISPER_SDL2)
set(TARGET wchess)
add_executable(${TARGET} wchess.cmd.cpp)
include(DefaultTargetOptions)
2023-11-25 09:34:06 +00:00
target_link_libraries(${TARGET} PRIVATE libwchess common-sdl ${CMAKE_THREAD_LIBS_INIT})
2023-11-25 08:16:48 +00:00
endif ()