mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 19:18:01 +07:00
6 lines
238 B
CMake
6 lines
238 B
CMake
add_library(${PROJECT_NAME}.disable_exceptions INTERFACE)
|
|
add_library(${PROJECT_NAME}::disable_exceptions ALIAS ${PROJECT_NAME}.disable_exceptions)
|
|
|
|
target_compile_options(${PROJECT_NAME}.disable_exceptions INTERFACE
|
|
-fno-exceptions)
|