cmake_minimum_required(VERSION 3.2) project(MuzGen) set(MUZ_VERSION 0.0.0) add_subdirectory(lib) add_subdirectory(src) add_subdirectory(tests)