libaac-next/source/examples/CMakeLists.txt
wrapper 1390028a5b
Some checks are pending
C++ CI / build (push) Waiting to run
C++ CI / test (push) Blocked by required conditions
C++ CI / check (push) Blocked by required conditions
decode routine done
2025-08-07 21:33:29 +07:00

9 lines
No EOL
165 B
CMake

# Check if examples are enabled
if(NOT OPTION_BUILD_EXAMPLES)
return()
endif()
# Example applications
add_subdirectory(aacenc)
add_subdirectory(aacdec)