mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
28d2c6ef7e
This tests adding a variable_watch inside the callback to an existing callback
7 lines
121 B
CMake
7 lines
121 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(ModifiedAccess)
|
|
run_cmake(NoWatcher)
|
|
run_cmake(WatchTwice)
|
|
run_cmake(ModifyWatchInCallback)
|