Skip to content

Commit 85e3cbb

Browse files
committed
fix: Add core_utility to DebugWindow target to resolve CppMacros.h include
1 parent 144fee0 commit 85e3cbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Tools/DebugWindow/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ target_sources(core_debugwindow PRIVATE ${DEBUGWINDOW_SRC})
1414

1515
target_link_libraries(core_debugwindow PRIVATE
1616
core_config
17+
core_utility
1718
)
1819

1920
if(WIN32 OR "${CMAKE_SYSTEM}" MATCHES "Windows")

0 commit comments

Comments
 (0)