mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
MSVC: Move seismic libraries into "Thirdparty"
This commit is contained in:
parent
173a66a409
commit
7499811564
@ -411,6 +411,10 @@ add_definitions(-DOPENZGY_STATIC)
|
|||||||
add_subdirectory(ThirdParty/openzgy)
|
add_subdirectory(ThirdParty/openzgy)
|
||||||
|
|
||||||
list(APPEND THIRD_PARTY_LIBRARIES 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
|
# Qt
|
||||||
|
Loading…
Reference in New Issue
Block a user