Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Jul 12, 2024
1 parent c9294f6 commit 10c05a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ configure_file(version.h.in "${ADPLUG_GENERATED_VERSION_FILE}")
set(SOURCES
adlibemu.c
debug.c
depack.c
fmopl.c
nukedopl.c
sixpack.c
unlzh.c
unlzss.c
unlzw.c
a2m.cpp
a2m-v2.cpp
adl.cpp
adplug.cpp
adtrack.cpp
Expand Down Expand Up @@ -41,6 +47,7 @@ set(SOURCES
hyp.cpp
imf.cpp
jbm.cpp
kemuopl.cpp
ksm.cpp
lds.cpp
mad.cpp
Expand All @@ -49,8 +56,10 @@ set(SOURCES
mkj.cpp
msc.cpp
mtk.cpp
mtr.cpp
mus.cpp
nemuopl.cpp
pis.cpp
player.cpp
players.cpp
protrack.cpp
Expand Down Expand Up @@ -82,6 +91,7 @@ set(HEADERS
opl.h
diskopl.h
a2m.h
a2m-v2.h
amd.h
bam.h
d00.h
Expand All @@ -93,7 +103,9 @@ set(HEADERS
lds.h
mid.h
mkj.h
mtr.h
mtk.h
pis.h
protrack.h
rad2.h
raw.h
Expand Down

0 comments on commit 10c05a4

Please sign in to comment.