aboutsummaryrefslogtreecommitdiff
path: root/hello/CMakeLists.txt
blob: 9ace20f6afb361b0e6dafe32de9d384b11a2d5af (plain)
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 3.0)

add_executable(hello main.cc)

target_link_libraries(hello
    dxcommon
    dxwindow)