Skip to content

Commit

Permalink
[ci] add zmat files directly to cuda_add_executable
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 12, 2024
1 parent 4a036bb commit 0870cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/../lib)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

# Add include directories
include_directories(cjson ubj zmat zmat/easylzma)
include_directories(cjson ubj zmat zmat/easylzma zmat/lz4 zmat/miniz)


if(BUILD_MACOS12)
Expand Down

0 comments on commit 0870cb8

Please sign in to comment.