Skip to content

Commit

Permalink
🔧 build(ci): remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
mangoeffect committed Dec 3, 2022
1 parent 74961b2 commit e1da847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: package
id: package
env:
archiveName: Gaclib_vc16_x64
archiveName: Gaclib_vc17_x64
msvcArch: x64
shell: pwsh
run: |
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/GacUIConfig.cmake" DESTINATION "lib/c
# 安装工具
install(DIRECTORY "${PROJECT_SOURCE_DIR}/gacui/Tools" DESTINATION .)

include_directories(GacUI/Import)
add_subdirectory(cmake_import)
#include_directories(GacUI/Import)
#add_subdirectory(cmake_import)



0 comments on commit e1da847

Please sign in to comment.