From 13a74602bd4c46149da9949d448387a40b8ebd1c Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:01:32 +1000 Subject: Upgrade to C++17 --- source/frontend/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/CMakeLists.txt') diff --git a/source/frontend/CMakeLists.txt b/source/frontend/CMakeLists.txt index 75145bd..cd06ce7 100644 --- a/source/frontend/CMakeLists.txt +++ b/source/frontend/CMakeLists.txt @@ -103,3 +103,4 @@ SET (star_frontend_SOURCES ) ADD_LIBRARY (star_frontend OBJECT ${star_frontend_SOURCES} ${star_frontend_HEADERS}) +TARGET_PRECOMPILE_HEADERS (star_frontend REUSE_FROM star_core) \ No newline at end of file -- cgit v1.2.3