cmake_minimum_required(VERSION 3.20) project(hello) add_executable(hello main.c) target_link_libraries(hello PRIVATE app dxg)