File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ target_sources(core_babylon PRIVATE ${BABYLON_SRC})
5858
5959target_link_libraries (core_babylon PRIVATE
6060 core_config
61+ core_utility
6162)
6263
6364if (WIN32 OR "${CMAKE_SYSTEM} " MATCHES "Windows" )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ target_sources(core_debugwindow PRIVATE ${DEBUGWINDOW_SRC})
1414
1515target_link_libraries (core_debugwindow PRIVATE
1616 core_config
17+ core_utility
1718)
1819
1920if (WIN32 OR "${CMAKE_SYSTEM} " MATCHES "Windows" )
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ target_precompile_headers(corei_w3dview INTERFACE
177177 [["WWCommon.h"]]
178178)
179179
180+ target_link_libraries (corei_w3dview INTERFACE
181+ core_utility
182+ )
183+
180184if (WIN32 OR "${CMAKE_SYSTEM} " MATCHES "Windows" )
181185 target_sources (corei_w3dview INTERFACE W3DView.rc)
182186endif ()
You can’t perform that action at this time.
0 commit comments