Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
16d90497
Commit
16d90497
authored
Jun 21, 2018
by
Florian Oetke
Browse files
fixed PCH config
parent
6b274340
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
16d90497
...
...
@@ -78,7 +78,7 @@ if(MIRRAGE_ENABLE_COTIRE)
add_definitions
(
-DGLM_FORCE_RADIANS -DGLM_FORCE_DEPTH_ZERO_TO_ON -DGLM_ENABLE_EXPERIMENTAL -DGLM_FORCE_CXX14
)
add_compile_options
(
-pthread
)
set_property
(
GLOBAL PROPERTY COTIRE_PREFIX_HEADER_INCLUDE_PATH
"
${
ROOT_DIR
}
/dependencies"
)
set_property
(
GLOBAL PROPERTY COTIRE_PREFIX_HEADER_IGNORE_PATH
"
${
ROOT_DIR
}
/dependencies/nuklear;
${
ROOT_DIR
}
/src;
${
ROOT_DIR
}
/dependencies/moodycamel/
include/moodycamel/
concurrentqueue.h
pp
"
)
set_property
(
GLOBAL PROPERTY COTIRE_PREFIX_HEADER_IGNORE_PATH
"
${
ROOT_DIR
}
/dependencies/nuklear;
${
ROOT_DIR
}
/src;
${
ROOT_DIR
}
/dependencies/moodycamel/concurrentqueue.h"
)
set_property
(
GLOBAL PROPERTY COTIRE_ADD_UNITY_BUILD FALSE
)
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment