another attempt
Some checks failed
Build Potree Converter / Build desktop (mac_arm) (pull_request) Successful in 16s
Build Potree Converter / Build iOS (pull_request) Failing after 15s
Build Potree Converter / Build desktop (ubuntu-act_cpp-24.04) (pull_request) Successful in 38s
Build Potree Converter / Build desktop (windows_x64) (pull_request) Successful in 46s

This commit is contained in:
2025-02-22 15:33:55 +02:00
parent 94de3184f3
commit 499fb2e06e

View File

@@ -41,6 +41,9 @@ endif()
add_library(${POTREE_LIB_TARGET} STATIC ${SOURCES})
source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES ${SOURCES})
if (IOS)
set_target_properties(${POTREE_LIB_TARGET} PROPERTIES XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "466MGSD624")
endif()
if (UNIX)
find_package(Threads REQUIRED)