mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-26 09:44:41 +00:00
updated some docs
This commit is contained in:
parent
bc2f5bc103
commit
ffd31fa827
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user