summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-30 16:49:52 +0200
committerAki <please@ignore.pl>2021-09-30 16:49:52 +0200
commite4b65c26834cce00edfd8af15acc094aedb3cfe7 (patch)
treea1ae6736d96d062938da36b4fff009be228e2492
parent545889c990d9155635dfca73345be37f207b2d68 (diff)
downloadstarshatter-e4b65c26834cce00edfd8af15acc094aedb3cfe7.zip
starshatter-e4b65c26834cce00edfd8af15acc094aedb3cfe7.tar.gz
starshatter-e4b65c26834cce00edfd8af15acc094aedb3cfe7.tar.bz2
Hid precompiled header of Opcode
-rw-r--r--Opcode/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Opcode/CMakeLists.txt b/Opcode/CMakeLists.txt
index 020830f..e60d33c 100644
--- a/Opcode/CMakeLists.txt
+++ b/Opcode/CMakeLists.txt
@@ -46,7 +46,7 @@ target_include_directories(
)
target_precompile_headers(
Opcode
- PUBLIC StdAfx.h
+ PRIVATE StdAfx.h
)
target_compile_definitions(
Opcode