Skip to content

Commit

Permalink
Fixed changed paths to third lib components
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Apr 25, 2024
1 parent f77814a commit 5c977cc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tests/vscp-client-tcp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,19 @@ add_executable(test
${PROJECT_SOURCE_DIR}/../../src/common/crc8.c
${PROJECT_SOURCE_DIR}/../../src/common/vscp_aes.h
${PROJECT_SOURCE_DIR}/../../src/common/vscp_aes.c
${PROJECT_SOURCE_DIR}/../../src/common/fastpbkdf2.h
${PROJECT_SOURCE_DIR}/../../src/common/fastpbkdf2.c
${PROJECT_SOURCE_DIR}/../../src/common/third_party/nlohmann/json.hpp
${PROJECT_SOURCE_DIR}/../../third_party/fastpbkdf2/fastpbkdf2.h
${PROJECT_SOURCE_DIR}/../../third_party/fastpbkdf2/fastpbkdf2.c
${PROJECT_SOURCE_DIR}/../../third_party/nlohmann/include/nlohmann/json.hpp
${PROJECT_SOURCE_DIR}/../../third_party/spdlog/include/spdlog/spdlog.h
)

target_include_directories(test PUBLIC
${PROJECT_SOURCE_DIR}/../../src/vscp/common/
${PROJECT_SOURCE_DIR}/../../src/common/
${PROJECT_SOURCE_DIR}/../../src/common/third_party/nlohmann
${PROJECT_SOURCE_DIR}/../../third_party/fastpbkdf2/
${PROJECT_SOURCE_DIR}/../../third_party/nlohmann/include/nlohmann
${PROJECT_SOURCE_DIR}/../../third_party/spdlog/include/

${OPENSSL_INCLUDE_DIR}
${EXPAT_INCLUDE_DIRS}
)
Expand Down

0 comments on commit 5c977cc

Please sign in to comment.