3 lines
82 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
add_library(Lib HelperFun.c HelperFun.h)
target_include_directories(Lib PUBLIC .)