mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 12:40:04 +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
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(tools)
|
||||
add_subdirectory(cnc)
|
||||
add_subdirectory(bot)
|
||||
add_subdirectory(shell)
|
||||
|
||||
# these subprojects don't support windows (sorry)
|
||||
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