Skip to content

Commit

Permalink
demonstrating ticket #404
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cct.lsu.edu/repos/projects/parallex/trunk/hpx@8142 5079c8e4-9419-0410-93bb-9e5ee278c886
  • Loading branch information
Matthew Anderson committed Jun 4, 2012
1 parent b22f38a commit 6426800
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/embarrassingly_parallel/CMakeLists.txt
Expand Up @@ -13,12 +13,13 @@ foreach(subdir ${subdirs})
add_subdirectory(${subdir})

set(sources
${subdir}_client.cpp)
# test.f90)
${subdir}_client.cpp
test.f90)

source_group("Source Files" FILES ${sources})

set(dependencies
# ${HDF5_FORTRAN_LIBRARY}
distributing_factory_component)

# add example executable
Expand Down

0 comments on commit 6426800

Please sign in to comment.