docs
This commit is contained in:
parent
32a24187ea
commit
dcb542c9db
2 changed files with 7 additions and 8 deletions
12
ADAPT.md
12
ADAPT.md
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -11,8 +11,7 @@ include(CMakeFindDependencyMacro)
|
|||
|
||||
# List of modules
|
||||
set(MODULE_NAMES
|
||||
baselib
|
||||
fiblib
|
||||
libaac
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue