summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
blob: ed18e3b1a238fefdeeab10573eefcd41f1bcc8f1 (plain)
1
2
3
4
5
6
7
add_subdirectory("c/decode/file")
add_subdirectory("c/encode/file")

if(BUILD_CXXLIBS)
    add_subdirectory("cpp/decode/file")
    add_subdirectory("cpp/encode/file")
endif()