Skip to content

Commit

Permalink
wip_debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Jul 11, 2024
1 parent c99ded7 commit c4cb75d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ if(NOT(CMAKE_BUILD_TYPE))
set(CMAKE_BUILD_TYPE Release)
endif()


set(DBG $<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>)
message(STATUS "CONFIG: ${CONFIG}")
message(STATUS "DBG: ${DBG}")
if(MSVC)
# Use static CRT
if(DBG)
Expand Down

0 comments on commit c4cb75d

Please sign in to comment.