aboutsummaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
blob: 2de8714b53528a42730bea984e3ac16ad32f006e (plain)
1
2
3
4
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
file(GLOB_RECURSE SOURCES *.c)

ADD_LIBRARY(common STATIC ${SOURCES})