mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Fix the compilation on Windows with CMake and the option BUILD_SHARED_LIBS.
This commit is contained in:
parent
54561a6b32
commit
838b82d12a
@ -41,6 +41,7 @@ option (BUILD_TESTING "Build tests" ON)
|
||||
if (WIN32)
|
||||
if (BUILD_SHARED_LIBS)
|
||||
add_definitions(-D CHARLS_DLL)
|
||||
set_source_files_properties(src/interface.cpp PROPERTIES COMPILE_FLAGS -DCHARLS_DLL_BUILD)
|
||||
else()
|
||||
add_definitions(-D CHARLS_STATIC)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user