Skip to content

Instantly share code, notes, and snippets.

@mcopik
Created August 5, 2016 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcopik/7515e467cbb97b8a6ea983167f305a62 to your computer and use it in GitHub Desktop.
Save mcopik/7515e467cbb97b8a6ea983167f305a62 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 2.8)
set(CMAKE_PREFIX_PATH ${HPX_LOCATION} ${CMAKE_PREFIX_PATH})
find_package(HPX REQUIRED)
add_hpx_executable(test SOURCES test.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment