adding initial project layout
This commit is contained in:
parent
8404376c6b
commit
27474060e1
340 changed files with 61084 additions and 0 deletions
11
src/common/CMakeLists.txt
Normal file
11
src/common/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
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})
|
Loading…
Add table
Add a link
Reference in a new issue