Fixed cmake list on Windows.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -32,6 +32,8 @@ if (NOT DEFINED CONAN_EXPORTED)
|
||||
target_compile_definitions(ArbutilsTests PRIVATE TESTS_BUILD)
|
||||
endif()
|
||||
|
||||
if (NOT WINDOWS)
|
||||
install(TARGETS Arbutils
|
||||
CONFIGURATIONS Release
|
||||
RUNTIME DESTINATION lib)
|
||||
endif()
|
||||
Reference in New Issue
Block a user