summaryrefslogtreecommitdiffstats
path: root/src/util/CMakeLists.txt
blob: 5e193a8f23237c24a7d2035d2da880ff07edf2df (plain)
1
2
3
4
5
SET(util_SRC
share.cpp
units.cpp
)
ADD_LIBRARY(util STATIC ${util_SRC})