Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/application/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-25 20:01:32 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-25 20:01:32 +1000
commit13a74602bd4c46149da9949d448387a40b8ebd1c (patch)
tree74c5d7c4f3732155e65e8df454017c5b7d2ca35d /source/application/CMakeLists.txt
parentdf661be1a3623d0a655758095fb08cb953448336 (diff)
Upgrade to C++17
Diffstat (limited to 'source/application/CMakeLists.txt')
-rw-r--r--source/application/CMakeLists.txt1
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