CMakeLists.txt 107 B

123
  1. add_executable(App Main.c)
  2. target_link_libraries(App Lib)
  3. target_compile_options(App PUBLIC "-non_shared")