SubDirTarget.cmake 82 B

123
  1. enable_language(C)
  2. add_subdirectory(SubDirTarget)
  3. target_link_libraries(subexe m)