cmake_minimum_required(VERSION 3.25) project(hello) add_executable(hello main.cc) target_link_libraries(hello PRIVATE dxg dxwindow)