Merge pull request #1555 from marauder2k9-torque/development

Should Skip Precompiled libs here
This commit is contained in:
Brian Roberts 2025-09-23 08:32:36 -05:00 committed by GitHub
commit 2627569f82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -497,6 +497,10 @@ endif()
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
foreach (TORQUE_LIBRARY ${TORQUE_LINK_LIBRARIES})
# Skip if it's a raw library file instead of a target
if(TORQUE_LIBRARY MATCHES "\\.(lib|a|so|dylib|dll)$")
continue()
endif()
set_target_properties(${TORQUE_LIBRARY} PROPERTIES
FOLDER "Libraries")
# remove warnings from 3rd parties.