We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd51ad commit 2ef3ff2Copy full SHA for 2ef3ff2
CMakeLists.txt
@@ -24,7 +24,7 @@ install(TARGETS pystring
24
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
25
)
26
install (FILES pystring.h
27
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}
28
COMPONENT developer
29
30
meson.build
@@ -37,7 +37,7 @@ test(
37
),
38
39
40
-install_headers(hdrs)
+install_headers(hdrs, subdir: 'pystring')
41
42
pkgconfig = import('pkgconfig')
43
pkgconfig.generate(
0 commit comments