mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 12:54:19 +00: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)
|