Merge commit '4bdcfb1541b8777d06374e8fa10f394ab89dee9b' as 'external/mio'
This commit is contained in:
3
external/mio/cmake/CTestCustom.cmake
vendored
Normal file
3
external/mio/cmake/CTestCustom.cmake
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
set(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||
".*test.*"
|
||||
".*c[+][+].*")
|
||||
13
external/mio/cmake/mio-config.cmake.in
vendored
Normal file
13
external/mio/cmake/mio-config.cmake.in
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
include(CMakeDependentOption)
|
||||
|
||||
CMAKE_DEPENDENT_OPTION(mio.windows.full_api
|
||||
"Configure mio without WIN32_LEAN_AND_MEAN and NOMINMAX definitions"
|
||||
@mio.windows.full_api@ "WIN32" ON)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/mio-targets.cmake")
|
||||
|
||||
if(NOT mio.windows.full_api)
|
||||
set_property(TARGET mio::mio APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS
|
||||
WIN32_LEAN_AND_MEAN
|
||||
NOMINMAX)
|
||||
endif()
|
||||
Reference in New Issue
Block a user