Add SMP in package
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2720 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
38082ee1d6
commit
4121048cef
1 changed files with 2 additions and 3 deletions
|
|
@ -28,16 +28,15 @@ install(TARGETS smp ARCHIVE DESTINATION ${LIB} COMPONENT libraries)
|
|||
### 3) Look for headers
|
||||
######################################################################################
|
||||
|
||||
file(GLOB HDRS SMP)
|
||||
file(GLOB HDRS smp *.h)
|
||||
install(FILES ${HDRS} DESTINATION include${INSTALL_SUB_DIR}/smp COMPONENT headers)
|
||||
|
||||
######################################################################################
|
||||
### 4) Install directories
|
||||
######################################################################################
|
||||
|
||||
install(DIRECTORY algo
|
||||
install(DIRECTORY MWAlgo
|
||||
DESTINATION include${INSTALL_SUB_DIR}/smp
|
||||
COMPONENT headers
|
||||
FILES_MATCHING PATTERN "*.h"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue