Skip to content

Commit

Permalink
lz4 include in dimensionality reduction
Browse files Browse the repository at this point in the history
To support flann serialization
  • Loading branch information
bldrvnlw authored May 15, 2024
1 parent 5109276 commit bd1a559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hdi/dimensionality_reduction/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ file(GLOB SourceFiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp gpgpu_sne/*.cpp
add_library(${PROJECT} STATIC ${HeaderFiles} ${SourceFiles} )
message (STATUS "Flann include: " ${flann_INCLUDE_DIR})
target_include_directories(${PROJECT} PRIVATE ${flann_INCLUDE_DIR})
# required for use of flann serialization
target_include_directories(${PROJECT} PRIVATE ${lz4_INCLUDE_DIR})

if(ENABLE_CODE_ANALYSIS)
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
Expand Down

0 comments on commit bd1a559

Please sign in to comment.