scripted-engine/src/scripts/CMakeLists.txt

5 lines
113 B
CMake

set(MODULE scripts)
file(GLOB_RECURSE script_list "*.wren")
add_custom_target(${MODULE} SOURCES ${script_list})