disable console now
This commit is contained in:
parent
c6553f11e8
commit
b661a6f9cf
|
@ -792,7 +792,7 @@ endif()
|
||||||
if(ANDROID AND NOT TERMUX)
|
if(ANDROID AND NOT TERMUX)
|
||||||
add_library(furnace SHARED ${USED_SOURCES})
|
add_library(furnace SHARED ${USED_SOURCES})
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
add_executable(furnace ${USED_SOURCES})
|
add_executable(furnace WIN32 ${USED_SOURCES})
|
||||||
else()
|
else()
|
||||||
add_executable(furnace ${USED_SOURCES})
|
add_executable(furnace ${USED_SOURCES})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue