Ignore:
Timestamp:
10/30/19 14:28:54 (5 years ago)
Author:
tbretz
Message:
Create a link to the correct thisroot.sh for convenience
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/CMakeLists.txt

    r19790 r19828  
    184184ENDIF()
    185185
     186# For convenience and easy tracking
     187ADD_CUSTOM_COMMAND(OUTPUT thisroot.sh COMMAND ln -sf $ENV{ROOTSYS}/bin/thisroot.sh VERBATIM)
     188ADD_CUSTOM_TARGET(thisroot DEPENDS thisroot.sh)
    186189
    187190# -lGui -lCore -lCint -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree
Note: See TracChangeset for help on using the changeset viewer.