System : Set solution folder property at correct location

This commit is contained in:
Magne Sjaastad 2017-01-21 12:38:48 +01:00
parent 699c2a1103
commit 09dacf1928

View File

@ -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
################################################################################