Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake_minimum_required(VERSION 3.6)
- project(src)
- set(CMAKE_CXX_STANDARD 11)
- include_directories({MPI_INCLUDE_PATH})
- set(SOURCE_FILES
- COPYING/gpl.txt
- lhc/all_sizes.cpp
- lhc/all_sizes.hpp
- lhc/common.cpp
- lhc/common.hpp
- lhc/sha.cpp
- lhc/sha.hpp
- collisionSearch.cpp
- example.cpp
- Makefile
- test__common.hpp
- test__sha.hpp)
- add_executable(src ${SOURCE_FILES})
Advertisement
Add Comment
Please, Sign In to add comment