summaryrefslogtreecommitdiffhomepage
path: root/Opcode
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-03 00:07:12 +0200
committerAki <please@ignore.pl>2021-10-03 00:07:12 +0200
commitd2f333bf998691760b8970c2784756d0fa81e820 (patch)
tree5eee42a18a9688b03b483aff5c2bedffb4fe8a6c /Opcode
parent2af3e7b70b39b18c87883ccb24eb077a96338151 (diff)
downloadstarshatter-d2f333bf998691760b8970c2784756d0fa81e820.zip
starshatter-d2f333bf998691760b8970c2784756d0fa81e820.tar.gz
starshatter-d2f333bf998691760b8970c2784756d0fa81e820.tar.bz2
Cleaned up Opcode cmake target
Diffstat (limited to 'Opcode')
-rw-r--r--Opcode/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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