mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-22 04:50:06 +00:00
Added Windows support (for the binaries that support it)
This commit is contained in:
parent
76c5899ed5
commit
cbe8715b02
@ -41,6 +41,10 @@ add_subdirectory(cmake-modules/libsodium)
|
|||||||
# compile laikalib, tools, cnc & bot
|
# compile laikalib, tools, cnc & bot
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
add_subdirectory(tools)
|
add_subdirectory(tools)
|
||||||
add_subdirectory(cnc)
|
|
||||||
add_subdirectory(bot)
|
# these subprojects don't support windows (sorry)
|
||||||
add_subdirectory(shell)
|
if(NOT WIN32)
|
||||||
|
add_subdirectory(bot) # windows support Soon:tm:
|
||||||
|
add_subdirectory(cnc)
|
||||||
|
add_subdirectory(shell)
|
||||||
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user