From e4b65c26834cce00edfd8af15acc094aedb3cfe7 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 30 Sep 2021 16:49:52 +0200 Subject: Hid precompiled header of Opcode --- Opcode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1