File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ project(YSTDLIB_CPP LANGUAGES CXX)
33
44set (YSTDLIB_CPP_VERSION "0.0.1" CACHE STRING "Project version." )
55
6- # find_package() uses upper-case <PACKAGENAME>_ROOT variables and prefers the paths specified by
7- # these variables when looking for library packages.
8- cmake_policy (SET CMP0144 NEW)
9-
106# Enable exporting compile commands
117set (CMAKE_EXPORT_COMPILE_COMMANDS
128 ON
Original file line number Diff line number Diff line change 11BasedOnStyle : " InheritParentConfig"
22
33IncludeCategories :
4- # NOTE: A header is grouped by first matching regex
5- # Library headers. Update when adding new libraries.
4+ # NOTE: A header is grouped by first matching regex library headers. Update when adding new
5+ # libraries.
66 # NOTE: clang-format retains leading white-space on a line in violation of the YAML spec.
77 - Regex : " <(ystdlib)"
88 Priority : 3
Original file line number Diff line number Diff line change 1515 - task : " :utils:cmake-build"
1616 vars :
1717 BUILD_DIR : " {{.G_BUILD_DIR}}"
18- JOBS : " {{numCPU}}"
1918
2019 clean :
2120 desc : " Removes all built artifacts."
2827 internal : true
2928 deps :
3029 - " :deps:install-all"
31- generates :
32- - " {{.G_CMAKE_CACHE}}"
33- - " {{.G_COMPILE_COMMANDS_DB}}"
3430 run : " once"
3531 cmds :
3632 - task : " :utils:cmake-generate"
You can’t perform that action at this time.
0 commit comments