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