Sha256: 14f2223557320560a798722707fa23da54b9fe45260545d5aaeb79630bc4de0a
Contents?: true
Size: 271 Bytes
Versions: 13
Compression:
Stored size: 271 Bytes
Contents
# 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)
Version data entries
13 entries across 13 versions & 1 rubygems