summaryrefslogtreecommitdiff
path: root/Libraries/LibCxx/CMakeLists.txt
blob: f9cec683bb5b7fc40278829aaada8490a4b8070d (plain)
1
2
3
4
5
6
7
set(SOURCES
    CxaGuard.cpp
)

# Shhh don't worry gcc, we are totally libstdc++
serenity_libc(LibCxx stdc++)
target_link_libraries(LibCxx LibC)