Changeset 19270 for trunk/Mars
- Timestamp:
- 10/22/18 20:55:30 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/CMakeLists.txt
r19263 r19270 261 261 ENDFOREACH() 262 262 263 # rootlogon.C finds the shared object only if the libmars.so is in the same directory than the dictionary files 264 # there is a way to create a map file with rootcling - but I haven#t yet fugured out how. Note that a link is not enough 263 265 ADD_CUSTOM_COMMAND(TARGET mars POST_BUILD 264 266 COMMAND cp -f ${PROJECT_BINARY_DIR}/libmars.so ${PROJECT_BINARY_DIR}/dictionary/libmars.so 265 267 COMMENT "Copying libmars.so to ${PROJECT_BINARY_DIR}/dictionary") 266 268 267 269 #---Create a shared library with geneated dictionary
Note:
See TracChangeset
for help on using the changeset viewer.