From adb8f1fcf0172c4c4299703efea1d0744d03b5e7 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 30 Sep 2021 10:48:15 +0200 Subject: Added Opcode to cmake tree --- Stars45/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Stars45') 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. ) -- cgit v1.1