Skip to content

Commit

Permalink
🥳 完善一下
Browse files Browse the repository at this point in the history
  • Loading branch information
sAkuraOfficial committed Jun 25, 2024
1 parent 9b55fd5 commit b076eec
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,651 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ set(SQLITECPP_RUN_CPPLINT OFF)

add_subdirectory(external/ftxui)
add_subdirectory(external/SQLiteCpp)
set(ZLIB_ROOT ${CMAKE_SOURCE_DIR}/external/zlib) #zlib
add_subdirectory(external/libxlsxwriter)
add_subdirectory(external/nativefiledialog-extended)

file(GLOB SRC ./src/*.cpp) #遍历所有cpp文件
file(GLOB INC ./src/*.hpp) #遍历所有hpp文件
Expand All @@ -40,8 +37,6 @@ target_link_libraries(GradeManager
PRIVATE ftxui::component # Not needed for this example.
PRIVATE SQLiteCpp
PRIVATE sqlite3
PRIVATE nfd
PRIVATE xlsxwriter
)

# 指定grademanager.db文件的源路径
Expand Down
Loading

0 comments on commit b076eec

Please sign in to comment.