Add CMake build files
This commit is contained in:
10
src/disk/CMakeLists.txt
Normal file
10
src/disk/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
add_library(hdd OBJECT hdd.c hdd_image.c hdd_table.c hdc.c hdc_st506_xt.c
|
||||
hdc_st506_at.c hdc_xta.c hdc_esdi_at.c hdc_esdi_mca.c hdc_xtide.c
|
||||
hdc_ide.c hdc_ide_opti611.c hdc_ide_cmd640.c hdc_ide_sff8038i.c)
|
||||
|
||||
add_library(zip OBJECT zip.c)
|
||||
|
||||
add_library(mo OBJECT mo.c)
|
||||
|
||||
add_subdirectory(minivhd)
|
||||
target_link_libraries(86Box minivhd)
|
||||
3
src/disk/minivhd/CMakeLists.txt
Normal file
3
src/disk/minivhd/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
add_library(minivhd STATIC cwalk.c libxml2_encoding.c minivhd_convert.c
|
||||
minivhd_create.c minivhd_io.c minivhd_manage.c minivhd_struct_rw.c
|
||||
minivhd_util.c)
|
||||
Reference in New Issue
Block a user