Skip to content

Commit d3557d6

Browse files
committed
Add precompiled header for W3DView
1 parent c9418f8 commit d3557d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Core/Tools/W3DView/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ add_library(corei_w3dview INTERFACE)
170170

171171
target_sources(corei_w3dview INTERFACE ${W3DVIEW_SRC})
172172

173+
target_precompile_headers(corei_w3dview INTERFACE
174+
StdAfx.h
175+
<always.h>
176+
<WWCommon.h>
177+
<STLUtils.h>
178+
)
179+
173180
if(WIN32 OR "${CMAKE_SYSTEM}" MATCHES "Windows")
174181
target_sources(corei_w3dview INTERFACE W3DView.rc)
175182
endif()

0 commit comments

Comments
 (0)