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

add_library(dxwindow)

target_sources(dxwindow PUBLIC
    FILE_SET cxx_modules TYPE CXX_MODULES FILES
    dxwindow.ixx)

target_link_libraries(dxwindow PUBLIC
    glfw)