mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
5 lines
76 B
CMake
5 lines
76 B
CMake
add_subdirectory("c")
|
|
if(BUILD_CXXLIBS)
|
|
add_subdirectory("cpp")
|
|
endif()
|