Files
flac/examples/CMakeLists.txt

5 lines
76 B
CMake
Raw Permalink Normal View History

2019-03-31 23:04:45 +03:00
add_subdirectory("c")
if(BUILD_CXXLIBS)
add_subdirectory("cpp")
endif()