diff options
Diffstat (limited to 'Stars45/CMakeLists.txt')
-rw-r--r-- | Stars45/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt index be5c744..f7271ce 100644 --- a/Stars45/CMakeLists.txt +++ b/Stars45/CMakeLists.txt @@ -279,13 +279,13 @@ add_executable( target_include_directories( Stars45 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} - PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../Opcode/OpcodeLib # FIXME: Opcode is badly injured. + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../Opcode # FIXME: Opcode is badly injured. PUBLIC $ENV{DXSDK_DIR}/Include PUBLIC ${WINDOWSSDK_PATH} # FIXME: Resolve this with a Find module or even find out why is going wrong - most sources say that it should be guaranteed. ) target_precompile_headers( Stars45 - PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Opcode/OpcodeLib/StdAfx.h + PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Opcode/StdAfx.h ) target_link_libraries( Stars45 |