mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 06:20:16 -04:00
enable console for MSVC debug build (#234)
This commit is contained in:
parent
c088ee315e
commit
9c700e29b0
@ -131,6 +131,8 @@ if(MSVC)
|
||||
# MSVC tries to supply a default manifest and complains when it finds ours
|
||||
# unless we specifically tell it not to.
|
||||
set_target_properties(woof PROPERTIES LINK_FLAGS "/MANIFEST:NO")
|
||||
# Enable console for debug build.
|
||||
set_target_properties(woof PROPERTIES LINK_FLAGS_DEBUG "/SUBSYSTEM:CONSOLE")
|
||||
endif()
|
||||
|
||||
# Optional features.
|
||||
|
Loading…
x
Reference in New Issue
Block a user