Changeset 19299 for trunk/Mars


Ignore:
Timestamp:
10/24/18 22:05:47 (6 years ago)
Author:
tbretz
Message:
Added some comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/CMakeLists.txt

    r19297 r19299  
    183183        SEPARATE_ARGUMENTS(_HEADERS)
    184184
     185        # - This adds the rule how the dictionary is created
    185186        ROOT_GENERATE_DICTIONARY(dictionary/${_CINT} ${_HEADERS} ${_CINT}Incl.h LINKDEF ${subdir}/${_CINT}LinkDef.h OPTIONS -p  -D__MARS__ -DHAVE_ZLIB)
     187        # - This makes sure that it is compiled
    186188        TARGET_SOURCES(mars PRIVATE dictionary/${_CINT}.cxx ${_SRCLIST})
    187189
Note: See TracChangeset for help on using the changeset viewer.