mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
cmake: add DEBUG define for debug builds
This commit is contained in:
@@ -33,6 +33,7 @@ include(CPack)
|
||||
include(CMakeDependentOption)
|
||||
|
||||
add_compile_definitions(CMAKE)
|
||||
add_compile_definitions("$<$<CONFIG:DEBUG>:DEBUG>")
|
||||
|
||||
if(WIN32)
|
||||
# Disables *_s function warnings
|
||||
|
||||
Reference in New Issue
Block a user