Files
coco 4af4d1c457 a
2026-07-03 15:59:36 +08:00

9 lines
271 B
CMake

# Disable some warnings from gcc when compiling the examples because fixing them would make the
# examples harder to read.
if (CMAKE_COMPILER_IS_GNUCXX)
add_definitions("-Wno-comment -Wno-unused-parameter")
endif()
add_subdirectory(../../../examples examples_build)