mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-05 01:45:05 +01:00
12 lines
279 B
CMake
12 lines
279 B
CMake
|
set(SRCS src/config.cpp
|
||
|
src/crc.cpp
|
||
|
src/file_utils.cpp
|
||
|
src/hash.cpp
|
||
|
src/log.cpp
|
||
|
src/misc_utils.cpp
|
||
|
src/timer.cpp
|
||
|
src/x86_utils.cpp
|
||
|
src/xml.cpp)
|
||
|
|
||
|
add_library(common STATIC ${SRCS})
|