5 lines
77 B
CMake
5 lines
77 B
CMake
|
file(GLOB_RECURSE SRCS ./*.cpp ./*.h)
|
||
|
|
||
|
|
||
|
add_library(tinyxml STATIC ${SRCS})
|