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/application/CMakeLists.txt | |
parent | df661be1a3623d0a655758095fb08cb953448336 (diff) |
Upgrade to C++17
Diffstat (limited to 'source/application/CMakeLists.txt')
-rw-r--r-- | source/application/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/application/CMakeLists.txt b/source/application/CMakeLists.txt index db557aa..0394655 100644 --- a/source/application/CMakeLists.txt +++ b/source/application/CMakeLists.txt @@ -63,3 +63,4 @@ IF (STAR_ENABLE_DISCORD_INTEGRATION) ENDIF () ADD_LIBRARY (star_application OBJECT ${star_application_SOURCES} ${star_application_HEADERS}) +TARGET_PRECOMPILE_HEADERS (star_application REUSE_FROM star_core)
\ No newline at end of file |