they are not projects but targets. ALL_BUILD is the ms version of make all. the ZERO_CHECK target should be used if the cmake file is changed.
you can suppress ZERO_CHECK by Add the following line to you CMakeLists.txt to suppress generation of ZERO_CHECK:
set(CMAKE_SUPPRESS_REGENERATION true)