1 2 3 4 5 6 7
cmake_minimum_required(VERSION 3.0) add_executable(hello main.cc) target_link_libraries(hello dxcommon dxwindow)