file(GLOB_RECURSE  {{ module_name.upper() }}_SOURCES *.cpp)
add_library({{ module_name }} STATIC ${ {{ module_name.upper() }}_SOURCES})
