File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
GeneralsMD/Code/Tools/WorldBuilder
Generals/Code/Tools/WorldBuilder Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,13 @@ target_include_directories(g_worldbuilder PRIVATE
204204
205205target_compile_definitions (g_worldbuilder PRIVATE _AFXDLL)
206206
207+ target_precompile_headers(g_worldbuilder PRIVATE
208+ [["always.h"]]
209+ [["Common/STLTypedefs.h"]]
210+ [["StdAfx.h"]]
211+ [["WWCommon.h"]]
212+ )
213+
207214target_link_libraries (g_worldbuilder PRIVATE
208215 d3d8lib
209216 dbghelplib
Original file line number Diff line number Diff line change @@ -209,6 +209,13 @@ target_include_directories(z_worldbuilder PRIVATE
209209 res
210210)
211211
212+ target_precompile_headers(z_worldbuilder PRIVATE
213+ [["always.h"]]
214+ [["Common/STLTypedefs.h"]]
215+ [["StdAfx.h"]]
216+ [["WWCommon.h"]]
217+ )
218+
212219target_link_libraries (z_worldbuilder PRIVATE
213220 core_debug
214221 core_profile
You can’t perform that action at this time.
0 commit comments