added cmake support
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
add_compile_options(-Wconversion)
|
||||
|
||||
set(libutils_a_SOURCES
|
||||
log.cpp
|
||||
log.h
|
||||
tcpsocket.cpp
|
||||
tcpsocket.h
|
||||
thread.cpp
|
||||
thread.h
|
||||
clock.cpp
|
||||
clock.h
|
||||
queue.h
|
||||
notify.h
|
||||
rotatefile.cpp
|
||||
rotatefile.h
|
||||
)
|
||||
|
||||
add_library(utils ${libutils_a_SOURCES})
|
||||
Reference in New Issue
Block a user