cmake_minimum_required(VERSION 3.16) project(use_tdl LANGUAGES CXX) add_executable(use_tdl main.cpp) target_link_libraries(use_tdl PRIVATE zoost)