From d2f333bf998691760b8970c2784756d0fa81e820 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Oct 2021 00:07:12 +0200 Subject: Cleaned up Opcode cmake target --- Opcode/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Opcode/CMakeLists.txt') diff --git a/Opcode/CMakeLists.txt b/Opcode/CMakeLists.txt index 6666061..6010c50 100644 --- a/Opcode/CMakeLists.txt +++ b/Opcode/CMakeLists.txt @@ -42,11 +42,11 @@ add_library( ) target_include_directories( Opcode - PRIVATE . + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ) target_precompile_headers( Opcode - PRIVATE StdAfx.h + PUBLIC StdAfx.h ) target_compile_definitions( Opcode -- cgit v1.1