blob: 472b1625b3153f73c679a62aa2282a091d48daa5 [file] [log] [blame]
add_custom_command(
OUTPUT top.txt
COMMAND ${CMAKE_COMMAND} -DOUTFILE=top.txt -DINFILE=topdep.txt -DDEPFILE=top.txt.d -DSTAMPFILE=topstamp.txt -DDEPDIR= -P ${CMAKE_SOURCE_DIR}/WriteDepfile.cmake
DEPFILE top.txt.d
)
add_custom_target(top ALL DEPENDS top.txt)
add_subdirectory(Subdirectory)