mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6398 System : Add unity build to Qwt and flowdiagnostics
This commit is contained in:
@@ -306,6 +306,12 @@ find_package( OpenGL )
|
||||
|
||||
add_subdirectory(ThirdParty/qwt)
|
||||
|
||||
if(RESINSIGHT_ENABLE_UNITY_BUILD)
|
||||
message("Cmake Unity build is enabled on : qwt")
|
||||
set_property(TARGET qwt PROPERTY UNITY_BUILD true)
|
||||
set_property(TARGET custom-opm-flowdiagnostics PROPERTY UNITY_BUILD true)
|
||||
endif()
|
||||
|
||||
list(APPEND THIRD_PARTY_LIBRARIES
|
||||
qwt
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user