mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-30 13:40:08 +00:00
Updated Asciinema & fixed windows debug builds
This commit is contained in:
@@ -14,7 +14,9 @@ file(GLOB_RECURSE BOTHEADERS ${CMAKE_CURRENT_SOURCE_DIR}/include/**.h)
|
||||
# include platform specific backends
|
||||
if(WIN32)
|
||||
file(GLOB_RECURSE BOTPLATFORMSOURCE ${CMAKE_CURRENT_SOURCE_DIR}/win/**.c)
|
||||
set(BOTFLAGS WIN32)
|
||||
if (NOT RAWCMAKEBUILDTYPE STREQUAL "debug")
|
||||
set(BOTFLAGS WIN32)
|
||||
endif ()
|
||||
elseif(UNIX AND NOT APPLE)
|
||||
file(GLOB_RECURSE BOTPLATFORMSOURCE ${CMAKE_CURRENT_SOURCE_DIR}/lin/**.c)
|
||||
set(BOTPLATFORMLIBS util)
|
||||
|
Reference in New Issue
Block a user