MSVC: Move seismic libraries into "Thirdparty"

This commit is contained in:
Magne Sjaastad 2023-03-27 13:00:26 +02:00 committed by GitHub
parent 173a66a409
commit 7499811564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,6 +411,10 @@ add_definitions(-DOPENZGY_STATIC)
add_subdirectory(ThirdParty/openzgy)
list(APPEND THIRD_PARTY_LIBRARIES openzgy)
set_property(TARGET zfp PROPERTY FOLDER "Thirdparty")
if(TARGET openzgy-tests)
set_property(TARGET openzgy-tests PROPERTY FOLDER "Thirdparty")
endif()
# ##############################################################################
# Qt