checkout examples automatically

This commit is contained in:
Marcin Junczys-Dowmunt 2018-09-16 09:50:53 -07:00
parent 1a61a9c515
commit 5a42fdd3e6

View File

@ -199,3 +199,6 @@ if(DOXYGEN_FOUND)
COMMENT "Generating API documentation with Doxygen" VERBATIM COMMENT "Generating API documentation with Doxygen" VERBATIM
) )
endif(DOXYGEN_FOUND) endif(DOXYGEN_FOUND)
execute_process(COMMAND git submodule update --init --recursive --no-fetch
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})