mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -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:
@@ -76,6 +76,23 @@ target_include_directories(libTUIO11 SYSTEM
|
||||
"${PROJECT_SOURCE_DIR}/libTUIO11/"
|
||||
"${PROJECT_SOURCE_DIR}/libTUIO11/oscpack"
|
||||
)
|
||||
target_precompile_headers(libTUIO11 PRIVATE
|
||||
<iostream>
|
||||
<istream>
|
||||
<ostream>
|
||||
<stdexcept>
|
||||
)
|
||||
# # [["tuiopoint.h"]]
|
||||
# # [["tuiocontainer.h"]]
|
||||
# # [["tuiotime.h"]]
|
||||
# # [["tuioobject.h"]]
|
||||
# # [["tuiodispatcher.h"]]
|
||||
# # [["tuiolistener.h"]]
|
||||
# # [["tuioclient.h"]]
|
||||
# # [["oscreceiver.h"]]
|
||||
# <stdexcept>
|
||||
# <math.h>
|
||||
# )
|
||||
|
||||
if (WIN32)
|
||||
# Tuio dependencies
|
||||
|
||||
Submodule modules/touch/ext/libTUIO11 updated: a164db7a95...9c543bc229
Reference in New Issue
Block a user