summaryrefslogtreecommitdiff
path: root/src/os/windows/CMakeLists.txt
blob: 8ac2de7acc4672111b593723f00c3cbb801cf3ee (plain)
1
2
3
4
5
6
7
8
9
10
add_files(
    crashlog_win.cpp
    font_win32.cpp
    font_win32.h
    string_uniscribe.cpp
    string_uniscribe.h
    win32.cpp
    win32.h
    CONDITION WIN32
)