Finished packaging omptl
This commit is contained in:
parent
950cfb3eb1
commit
b89dbe0987
3 changed files with 6 additions and 1 deletions
|
@ -89,5 +89,7 @@ endif (BUILD_SHARED_LIBS)
|
|||
|
||||
install(DIRECTORY . DESTINATION include/CosmoTool
|
||||
FILES_MATCHING PATTERN "*.hpp")
|
||||
install(DIRECTORY ${OMPTL_BUILD_DIR}
|
||||
DESTINATION include/CosmoTool/omptl)
|
||||
install(DIRECTORY . DESTINATION include/CosmoTool
|
||||
FILES_MATCHING PATTERN "*.tcc")
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "replicateGenerator.hpp"
|
||||
#include <cstring>
|
||||
#include "omptl/omptl_algorithm"
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue