3 lines
82 B
CMake
3 lines
82 B
CMake
|
add_library(Lib HelperFun.c HelperFun.h)
|
||
|
target_include_directories(Lib PUBLIC .)
|