3 lines
73 B
CMake
3 lines
73 B
CMake
|
file(GLOB_RECURSE SRCS *.h *.c)
|
||
|
add_library(eco2d-common STATIC ${SRCS})
|