Merge branch 'main' of github.com:rconybea/subsys
This commit is contained in:
commit
e9d77c6bc2
3 changed files with 7 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue