Add CMake build files

This commit is contained in:
David Hrdlička
2021-01-12 18:22:40 +01:00
parent 4a87af237a
commit 11b6604196
29 changed files with 679 additions and 46 deletions

1
src/cdrom/CMakeLists.txt Normal file
View File

@@ -0,0 +1 @@
add_library(cdrom OBJECT cdrom.c cdrom_image_backend.c cdrom_image.c)