summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/CMakeLists.txt
blob: ca89baa5fd2a7584840b1874134692a1595b5bfe (plain)
1
2
3
4
5
6
7
8
file(GLOB SOURCES "src/*.h" "src/*.cpp" "src/dbtool/*.cpp" "res/*.rc")
set(TARGET Dbx_mmap)

# Just a workaround. Better to fix plugins that do not compile with this option.
# Even Microsoft recommends to use standard exception handling.
string(REPLACE "/EHsc" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})

include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)