aboutsummaryrefslogtreecommitdiff
path: root/samples/CMakeLists.txt
blob: c05a45017ec486093b588ba13a8c1c41979d19c5 (plain)
1
2
3
4
5
6
7
8
if (FLATCC_NEED_C89_VAR_DECLS)
    MESSAGE( STATUS "Disabling monster sample: needed C99 style variable declarations not supported by target compiler")
else()
add_subdirectory(monster)
endif()
if (FLATCC_REFLECTION)
    add_subdirectory(reflection)
endif()