mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
8 lines
175 B
CMake
8 lines
175 B
CMake
add_subdirectory("c/decode/file")
|
|
add_subdirectory("c/encode/file")
|
|
|
|
if(BUILD_CXXLIBS)
|
|
add_subdirectory("cpp/decode/file")
|
|
add_subdirectory("cpp/encode/file")
|
|
endif()
|