aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d63f35f..c4a02fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -271,6 +271,7 @@ function(handle_options targetLib)
set(HAS_EMULATOR TRUE)
target_sources(${targetLib} PRIVATE
${libADLMIDI_SOURCE_DIR}/src/chips/opal_opl3.cpp
+ ${libADLMIDI_SOURCE_DIR}/src/chips/opal/opal.c
)
else()
target_compile_definitions(${targetLib} PUBLIC ADLMIDI_DISABLE_OPAL_EMULATOR)
@@ -343,7 +344,7 @@ file(GLOB libADLMIDI_HEADERS
${libADLMIDI_SOURCE_DIR}/src/chips/dosbox/*.h
${libADLMIDI_SOURCE_DIR}/src/chips/java/*.hpp
${libADLMIDI_SOURCE_DIR}/src/chips/nuked/*.h
- ${libADLMIDI_SOURCE_DIR}/src/chips/opal/*.hpp
+ ${libADLMIDI_SOURCE_DIR}/src/chips/opal/*.h
)
list(APPEND libADLMIDI_SOURCES ${libADLMIDI_HEADERS})