mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 21:09:27 -06:00
Increase the compile times by including more precompiled headers (#2217)
* Define WIN32_LEAN_AND_MEAN and VC_EXTRALEAN globally * Use forked version of TUIO, some more work on precompiled headers * Improvements for the Kameleon module
This commit is contained in:
@@ -82,3 +82,10 @@ create_new_module(
|
||||
server_module
|
||||
${HEADER_FILES} ${SOURCE_FILES}
|
||||
)
|
||||
|
||||
target_precompile_headers(${server_module} PRIVATE
|
||||
<modules/server/include/connection.h>
|
||||
<modules/server/include/topics/topic.h>
|
||||
<openspace/json.h>
|
||||
<ghoul/misc/templatefactory.h>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user