CMakeLists.txt 82 B

12
  1. add_library(Lib HelperFun.c HelperFun.h)
  2. target_include_directories(Lib PUBLIC .)