]> git.stg.codes - stg.git/blob - libs/common/CMakeLists.txt
330ee0d6b751e4f21b0f1654ab9379365a212264
[stg.git] / libs / common / CMakeLists.txt
1 set ( CPP_FILES blockio.cpp common.cpp strptime.cpp )
2
3 include_directories ( include )
4
5 add_library ( common STATIC ${CPP_FILES} )
6
7 target_include_directories ( common PUBLIC include )