错误处理机制纠正

This commit is contained in:
2026-08-16 03:34:17 +08:00
parent 893be8d2c6
commit b48a70515f
91 changed files with 1983 additions and 1516 deletions
+2 -2
View File
@@ -36,11 +36,11 @@ install(FILES
if (RENDERIVE_INSTALL_3D AND WIN32)
install(FILES
"${PROJECT_SOURCE_DIR}/render_3D/cmake/module/FindPThreads4W.cmake"
"${CMAKE_CURRENT_LIST_DIR}/../render_3D/cmake/module/FindPThreads4W.cmake"
DESTINATION "${Renderive_install_cmake_dir}/modules")
endif ()
if (RENDERIVE_INSTALL_QT)
install(FILES "${PROJECT_SOURCE_DIR}/export.h"
install(FILES "${CMAKE_CURRENT_LIST_DIR}/../export.h"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
endif ()