mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[CMAKE] Define _DEBUG for better ATL debugging (Retry) (#3519)
CORE-17505
This commit is contained in:
parent
0a26c7c5d2
commit
98203cea23
4 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
|
||||
add_library(atl_classes INTERFACE)
|
||||
if(DBG)
|
||||
target_compile_definitions(atl_classes INTERFACE _DEBUG)
|
||||
endif(DBG)
|
||||
|
||||
target_include_directories(atl_classes INTERFACE
|
||||
$<$<COMPILE_LANGUAGE:CXX>:${CMAKE_CURRENT_SOURCE_DIR}>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue