cmake_minimum_required(VERSION 3.0) add_executable(hello main.cc) target_link_libraries(hello dxcommon dxwindow)