axmol/extensions/Inspector/CMakeLists.txt

8 lines
187 B
CMake

set(target_name Inspector)
FILE(GLOB INSPECTOR_SOURCES *.h;*.cpp;./**/*.h;./**/*.cpp)
add_library(${target_name} STATIC ${INSPECTOR_SOURCES})
setup_ax_extension_config(${target_name})