AddCustomTargetPrivateSources.cmake 70 B

12
  1. add_custom_target(target ALL)
  2. target_sources(target PRIVATE main.cpp)