mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 09:39:48 -04:00
cfc0fbc342
Also just some code cleanup
6 lines
88 B
CMake
6 lines
88 B
CMake
add_dusk_mod(mod_test
|
|
SOURCES src/mod.cpp
|
|
MOD_JSON mod.json
|
|
RES_DIR res
|
|
)
|