mirror of https://github.com/axmolengine/axmol.git
8 lines
183 B
CMake
8 lines
183 B
CMake
|
set(target_name DrawNodeEx)
|
||
|
|
||
|
FILE(GLOB DRAWNODEEX_SOURCES *.h;*.cpp;./**/*.h;./**/*.cpp)
|
||
|
|
||
|
add_library(${target_name} ${DRAWNODEEX_SOURCES})
|
||
|
|
||
|
setup_ax_extension_config(${target_name})
|