mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Adds TARGET argument to file(GENERATE) to make resolving generator expressions requiring a target possible. Implements #21101, fixes #21074.
3 lines
46 B
CMake
3 lines
46 B
CMake
add_subdirectory(sub1)
|
|
add_subdirectory(sub2)
|