mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
dropped .dll/.so support
This commit is contained in:
@@ -21,10 +21,6 @@ endif()
|
||||
|
||||
target_compile_definitions(omath PUBLIC OMATH_EXPORT)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||
target_compile_options(omath PRIVATE /Zc:static_assert-)
|
||||
endif()
|
||||
|
||||
add_subdirectory(source)
|
||||
|
||||
if(OMATH_BUILD_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user