dropped .dll/.so support

This commit is contained in:
2024-12-23 13:47:28 +03:00
parent 001c6a8a47
commit 409cd18de6
18 changed files with 95 additions and 118 deletions

View File

@@ -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)