1 2 3 4 5 6 7 8 9
cmake_minimum_required(VERSION 3.16) add_subdirectory(libparser) add_subdirectory(bin) if(TESTS) add_subdirectory(tests) endif()