summaryrefslogtreecommitdiffhomepage
path: root/Stars45
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-30 10:48:15 +0200
committerAki <please@ignore.pl>2021-09-30 10:48:15 +0200
commitadb8f1fcf0172c4c4299703efea1d0744d03b5e7 (patch)
treef2424a6514df2ac53fcb86604ffb5075c75df62e /Stars45
parent21b5090ea35426c2b322bf05cb1025e6e5cc5742 (diff)
downloadstarshatter-adb8f1fcf0172c4c4299703efea1d0744d03b5e7.zip
starshatter-adb8f1fcf0172c4c4299703efea1d0744d03b5e7.tar.gz
starshatter-adb8f1fcf0172c4c4299703efea1d0744d03b5e7.tar.bz2
Added Opcode to cmake tree
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.
)