cmake_minimum_required(VERSION 3.9) add_subdirectory(libcron) add_subdirectory(test) add_dependencies(cron_test libcron)