docs
Some checks failed
C++ CI / build (push) Has been cancelled
C++ CI / test (push) Has been cancelled
C++ CI / check (push) Has been cancelled

This commit is contained in:
wrapper 2025-08-11 15:35:58 +07:00
parent 32a24187ea
commit dcb542c9db
2 changed files with 7 additions and 8 deletions

View file

@ -32,25 +32,25 @@ deploy/packages/pack-\<project>.cmake:
In subdirectory "./source/" do:
--------------------------------------------------------------------
* [ ] Rename template-version.h -> \<project>-version.h
* [x] Rename template-version.h -> \<project>-version.h
In subdirectory "./source/baselib/source" do:
--------------------------------------------------------------------
source/baselib/source/baselib.cpp:
* [ ] Substitute template/template-version.h -> \<project>/\<project>-version.h
* [ ] Substitute TEMPLATE_VERSION -> \<PROJECT>_VERSION
* [x] Substitute template/template-version.h -> \<project>/\<project>-version.h
* [x] Substitute TEMPLATE_VERSION -> \<PROJECT>_VERSION
* [ ] Rename template-version.h -> \<project>-version.h
* [x] Rename template-version.h -> \<project>-version.h
In subdirectory "./source/examples/fibcmd" do:
--------------------------------------------------------------------
source/fibcmd/main.cpp:
* [ ] Substitute template-version.h -> \<project>-version.h
* [ ] Substitute TEMPLATE_VERSION -> \<PROJECT>_VERSION
* [x] Substitute template-version.h -> \<project>-version.h
* [x] Substitute TEMPLATE_VERSION -> \<PROJECT>_VERSION
In subdirectory "./source/codegeneration/" do:

View file

@ -11,8 +11,7 @@ include(CMakeFindDependencyMacro)
# List of modules
set(MODULE_NAMES
baselib
fiblib
libaac
)