summaryrefslogtreecommitdiffhomepage
path: root/Stars45
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45')
-rw-r--r--Stars45/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt
index 73d3003..56b1cca 100644
--- a/Stars45/CMakeLists.txt
+++ b/Stars45/CMakeLists.txt
@@ -200,6 +200,11 @@ add_executable(
target_include_directories(
Stars45
PUBLIC .
+ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../Opcode/OpcodeLib
+ )
+target_precompile_headers(
+ nGenEx
+ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../Opcode/OpcodeLib/StdAfx.h
)
target_link_libraries(
Stars45
@@ -212,5 +217,5 @@ target_link_libraries(
PUBLIC Vorbis::vorbisfile
PUBLIC Ogg::ogg
PUBLIC Png::png
- # TODO: PUBLIC Opcode::opcode
+ PUBLIC Opcode # FIXME: Add opcode to a namespace.
)