flac/examples/CMakeLists.txt
2019-05-04 11:41:48 +10:00

5 lines
76 B
CMake

add_subdirectory("c")
if(BUILD_CXXLIBS)
add_subdirectory("cpp")
endif()