diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 20:01:32 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 20:01:32 +1000 |
commit | 13a74602bd4c46149da9949d448387a40b8ebd1c (patch) | |
tree | 74c5d7c4f3732155e65e8df454017c5b7d2ca35d /source/rendering | |
parent | df661be1a3623d0a655758095fb08cb953448336 (diff) |
Upgrade to C++17
Diffstat (limited to 'source/rendering')
-rw-r--r-- | source/rendering/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rendering/CMakeLists.txt b/source/rendering/CMakeLists.txt index d45153a..c683daa 100644 --- a/source/rendering/CMakeLists.txt +++ b/source/rendering/CMakeLists.txt @@ -33,3 +33,4 @@ SET (star_rendering_SOURCES ) ADD_LIBRARY (star_rendering OBJECT ${star_rendering_SOURCES} ${star_rendering_HEADERS}) +TARGET_PRECOMPILE_HEADERS (star_rendering REUSE_FROM star_core)
\ No newline at end of file |