File size: 310 Bytes
6260b52
2616a7c
6260b52
 
 
2616a7c
6260b52
 
2616a7c
6260b52
1
2
3
4
5
6
7
8
9
10
11
add_subdirectory(libwchess)
set_target_properties(wchess-core PROPERTIES FOLDER "libs")

if (EMSCRIPTEN)
    add_subdirectory(wchess.wasm)
    set_target_properties(wchess.wasm PROPERTIES FOLDER "libs")
else()
    add_subdirectory(wchess.cmd)
    set_target_properties(wchess PROPERTIES FOLDER "libs")
endif()