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 3b74962 commit 62a25f6Copy full SHA for 62a25f6
CMakeLists.txt
@@ -14,6 +14,8 @@ project(
14
"A dynamically-resizable vector with fixed capacity and embedded storage"
15
LANGUAGES CXX)
16
17
+include(GNUInstallDirs)
18
+
19
add_library(beman.inplace_vector INTERFACE)
20
target_include_directories(
21
beman.inplace_vector
0 commit comments