function(dir_check)
  include(DirScript)
endfunction()

dir_check()

include(DirScript)

add_subdirectory(sub_dir_script3)
