We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7980aa7 commit 712f5fdCopy full SHA for 712f5fd
1 file changed
external/ANN/CMakeLists.txt
@@ -1,6 +1,6 @@
1
#==============================================================================
2
add_library(ANN STATIC
3
- include/ANN/ANN.h
+ include/ANN/ANN.h
4
include/ANN/ANNperf.h
5
include/ANN/ANNx.h
6
src/ANN.cpp
@@ -28,6 +28,8 @@ add_library(ANN STATIC
28
src/pr_queue_k.h
29
)
30
31
+set_target_properties(ANN PROPERTIES PUBLIC_HEADER "include/ANN/ANN.h;include/ANN/ANNperf.h;include/ANN/ANNx.h")
32
+
33
34
# TARGET DEFINITION
35
@@ -42,4 +44,5 @@ install(TARGETS ANN
42
44
EXPORT GMDS_SUITE
43
45
DESTINATION ${CMAKE_INSTALL_LIBDIR}
46
INCLUDES DESTINATION include
47
+ PUBLIC_HEADER DESTINATION include/ANN
48
0 commit comments