mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05: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:
@@ -88,3 +88,12 @@ create_new_module(
|
||||
STATIC
|
||||
${HEADER_FILES} ${SOURCE_FILES} ${SHADER_FILES}
|
||||
)
|
||||
target_precompile_headers(${space_module} PRIVATE
|
||||
<openspace/documentation/documentation.h>
|
||||
<openspace/documentation/verifier.h>
|
||||
<openspace/properties/numericalproperty.h>
|
||||
<openspace/rendering/renderable.h>
|
||||
<ghoul/opengl/programobject.h>
|
||||
<ghoul/opengl/shaderobject.h>
|
||||
<ghoul/opengl/uniformcache.h>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user