Merge branch 'main' of github.com:rconybea/subsys

This commit is contained in:
Roland Conybeare 2024-05-01 14:44:47 -04:00
commit e9d77c6bc2
3 changed files with 7 additions and 3 deletions

6
.gitignore vendored
View file

@ -1,2 +1,6 @@
# typical build location
# symlink to ${mybuilddirectory}/compile_commands.json for LSP
compile_commands.json
# LSP keeps state here
.cache
# typical build directories
.build*

View file

@ -18,7 +18,7 @@ xo_toplevel_coverage_config2()
xo_toplevel_debug_config2()
set(XO_PROJECT_NAME subsys)
#set(XO_PROJECT_NAME subsys)
# ----------------------------------------------------------------
# installing header-only library

View file

@ -1,4 +1,4 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@XO_PROJECT_NAME@Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")