Skip to content

Commit

Permalink
ALIROOT-5507 Adding root files to the OADB.par
Browse files Browse the repository at this point in the history
  • Loading branch information
laphecet authored and hristov committed Jul 16, 2014
1 parent 8c5aea8 commit 55f1ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ALICE_CMake.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -613,14 +613,14 @@ macro(ALICE_BuildPAR)

if(EXISTS ${CMAKE_SOURCE_DIR}/${MODULE}/PROOF-INF.${PACKAGE})
set(PARSRCS)
foreach(file ${SRCS} ${HDRS} ${FSRCS} ${DHDR})
foreach(file ${SRCS} ${HDRS} ${FSRCS} ${DHDR} ${OTHERS} )
get_filename_component(srcdir ${file} PATH)
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${PACKAGE}/${file}-par
COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/${PACKAGE}/${srcdir}
COMMAND cp -pR ${file} ${CMAKE_CURRENT_BINARY_DIR}/${PACKAGE}/${file}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} )
list(APPEND PARSRCS ${CMAKE_CURRENT_BINARY_DIR}/${PACKAGE}/${file}-par)
endforeach(file ${SRCS} ${HDRS} ${FSRCS} ${DHDR})
endforeach(file ${SRCS} ${HDRS} ${FSRCS} ${DHDR} ${OTHERS} )

# message(STATUS "saveEINCLUDE=${saveEINCLUDE}")
add_custom_target(${PACKAGE}.par
Expand Down

0 comments on commit 55f1ff0

Please sign in to comment.