aboutsummaryrefslogtreecommitdiff
path: root/dxwindow/CMakeLists.txt
blob: c29e098d1beb1a6eb3f58859086af2d4ac510e28 (plain)
1
2
3
4
5
6
7
8
9
10
cmake_minimum_required(VERSION 3.0)

add_library(dxwindow
    src/dxwindow.cc)

target_include_directories(dxwindow PUBLIC
    include/)

target_link_libraries(dxwindow PUBLIC
    glfw)