diff options
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r-- | source/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt index 6668109..34d890f 100644 --- a/source/core/CMakeLists.txt +++ b/source/core/CMakeLists.txt @@ -84,6 +84,7 @@ SET (star_core_HEADERS StarOrderedMap.hpp StarOrderedSet.hpp StarParametricFunction.hpp + StarPch.hpp StarPeriodic.hpp StarPeriodicFunction.hpp StarPerlin.hpp @@ -203,3 +204,4 @@ ELSEIF (STAR_SYSTEM_FAMILY_WINDOWS) ENDIF () ADD_LIBRARY (star_core OBJECT ${star_core_SOURCES} ${star_core_HEADERS}) +TARGET_PRECOMPILE_HEADERS (star_core PUBLIC StarPch.hpp)
\ No newline at end of file |