From c4cb75d670bf24f5e2790a4b70af9d484e7af5e0 Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Fri, 12 Jul 2024 00:45:53 +0300 Subject: [PATCH] wip_debugging --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc3591801..2e6d152e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,10 @@ if(NOT(CMAKE_BUILD_TYPE)) set(CMAKE_BUILD_TYPE Release) endif() + set(DBG $,$>) +message(STATUS "CONFIG: ${CONFIG}") +message(STATUS "DBG: ${DBG}") if(MSVC) # Use static CRT if(DBG)