4
0
mirror of https://github.com/QuasarApp/CMake.git synced 2025-05-05 14:09:42 +00:00

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

@ -5,6 +5,11 @@
# of this license document, but changing it is not allowed. # 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) if(DEFINED PROJECT_OUT_SUPPORT)
return() return()
else() else()

@ -8,6 +8,9 @@
# This module implementation next cmake cunctions : # 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*** # ***Testing***
# addTestsArg( name testExec arg ) // name target for test utiliry of your application # addTestsArg( name testExec arg ) // name target for test utiliry of your application