summaryrefslogtreecommitdiff
path: root/src/os/macosx/CMakeLists.txt
blob: 6b4f2f279d073ea875d9f59384c7b9435db92bf9 (plain)
1
2
3
4
5
6
7
8
9
10
add_files(
    crashlog_osx.cpp
    font_osx.cpp
    macos.h
    macos.mm
    osx_stdafx.h
    string_osx.cpp
    string_osx.h
    CONDITION APPLE
)