9 lines
No EOL
165 B
CMake
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) |