CMakeLists.txt 64 B

123
  1. ADD_LIBRARY( Two TwoSrc.c )
  2. TARGET_LINK_LIBRARIES( Two Three )