updated some docs

This commit is contained in:
Andrei Yankovich 2020-12-12 12:40:24 +03:00
parent bc2f5bc103
commit ffd31fa827
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,11 @@
# of this license document, but changing it is not allowed.
#
#
# This module configure pathes of the targets.
# If you include this method befor adding targets then tahen all targets of subproject reconfigured for root project when this vile has been invoked.
#
if(DEFINED PROJECT_OUT_SUPPORT)
return()
else()

View File

@ -8,6 +8,9 @@
# This module implementation next cmake cunctions :
#
# This library contains 2 methods type it is Addd methods and Init Methods
# All inits method must be invoked befor adds methods. If you change order then some add method will be ignored.
#
# ***Testing***
# addTestsArg( name testExec arg ) // name target for test utiliry of your application