added add_definitions(-DCVAPI_EXPORTS) to cmakelists.txt
This commit is contained in:
parent
8afb7a40c6
commit
1b10860f36
@ -81,6 +81,10 @@ if(ENABLE_SOLUTION_FOLDERS)
|
|||||||
set_target_properties(${the_module} PROPERTIES FOLDER "bindings")
|
set_target_properties(${the_module} PROPERTIES FOLDER "bindings")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(MSVC)
|
||||||
|
add_definitions(-DCVAPI_EXPORTS)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCXX AND NOT ENABLE_NOISY_WARNINGS)
|
if(CMAKE_COMPILER_IS_GNUCXX AND NOT ENABLE_NOISY_WARNINGS)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-function")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-function")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user