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 a2290ea commit f1b792dCopy full SHA for f1b792d
CMake/ystdlib-cpp-helpers.cmake
@@ -27,9 +27,9 @@ endfunction()
27
# @param PUBLIC_LINK_LIBRARIES
28
# @param PRIVATE_LINK_LIBRARIES
29
# @parms TESTS_SOURCES
30
-# @param [BUILD_INCLUDE_DIR="${PROJECT_SOURCE_DIR}/src"] The list of include paths for
31
-# building the library and for external projects that builds `ystdlib-cpp` as a CMAKE subproject
32
-# via the add_subdirectory() function.
+# @param [BUILD_INCLUDE_DIR="${PROJECT_SOURCE_DIR}/src"] The list of include paths for building the
+# library and for external projects that builds `ystdlib-cpp` as a CMAKE subproject via the
+# add_subdirectory() function.
33
function(cpp_library)
34
set(options "")
35
set(oneValueArgs
0 commit comments