[Build] #52 import stack 로컬 빌드 연결#60
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
safecrowd_domain에만 import stack를 연결하는 CMake helper를 추가했습니다.libdxfrw,IfcOpenShell,Clipper2,Boost.Geometry,Recast/Detour를 로컬 경로 옵션으로 연결하고 configure 단계 smoke check를 넣었습니다.qtbase의존성을widgets만 사용하도록 줄여windows-debug첫 configure가 불필요한 SQL/PostgreSQL 경로까지 따라가지 않게 정리했습니다..deps/,.vendor/는 git 추적 대상에서 제외했습니다.Related Issue
Closes #52
Area
Architecture Check
safecrowd_domain경계 안에서만 끝나고ecs_engine에는 추가하지 않았습니다.application에만 두고domain에는 넣지 않았습니다.src/를 유지했습니다.Verification
cmake --preset windows-debug-no-app -DSAFECROWD_ENABLE_IMPORT_STACK=ON -DSAFECROWD_LIBDXFRW_ROOT=C:/Project/.vendor/libdxfrw -DSAFECROWD_IFCOPENSHELL_ROOT=C:/Project/.deps/IfcOpenShell -DSAFECROWD_CLIPPER2_ROOT=C:/Project/.deps/vcpkg/x64-windows -DSAFECROWD_BOOST_ROOT=C:/Project/.deps/vcpkg/x64-windows -DSAFECROWD_RECAST_ROOT=C:/Project/.deps/vcpkg/x64-windowscmake --build --preset build-no-app-debugctest --preset test-no-app-debugcmake --preset windows-debugcmake --build --preset build-debugctest --preset test-debug