mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Set solution folder property at correct location
This commit is contained in:
parent
699c2a1103
commit
09dacf1928
@ -266,10 +266,6 @@ list(APPEND THIRD_PARTY_LIBRARIES
|
||||
Qwt
|
||||
)
|
||||
|
||||
set_property(TARGET
|
||||
${THIRD_PARTY_LIBRARIES}
|
||||
PROPERTY FOLDER "Thirdparty"
|
||||
)
|
||||
|
||||
################################################################################
|
||||
# Nightcharts
|
||||
@ -282,6 +278,14 @@ list(APPEND THIRD_PARTY_LIBRARIES
|
||||
)
|
||||
|
||||
|
||||
################################################################################
|
||||
# Thirdparty libraries are put in ThirdParty solution folder
|
||||
################################################################################
|
||||
set_property(TARGET
|
||||
${THIRD_PARTY_LIBRARIES}
|
||||
PROPERTY FOLDER "Thirdparty"
|
||||
)
|
||||
|
||||
################################################################################
|
||||
# Vizualization Framework
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user