mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
2ae72ef74b
This was an oversight in the original implementation.
6 lines
104 B
CMake
6 lines
104 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(NoSources)
|
|
run_cmake(OnlyObjectSources)
|
|
run_cmake(NoSourcesButLinkObjects)
|