更新关于nlohmann的依赖

This commit is contained in:
2025-07-29 11:01:54 +08:00
parent e87627dec9
commit 4ab5c2378a
5 changed files with 8 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
add_executable(TEST test.cpp )
include_directories(${PROJECT_SOURCE_DIR}/Convention/[Runtime])
include_directories(${PROJECT_SOURCE_DIR}/Convention/nlohmann/include)
install(TARGETS TEST
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)