Skip to content

Commit

Permalink
Addressing review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Sep 11, 2017
1 parent a6749f7 commit b411685
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/containers/partitioned_vector/CMakeLists.txt
Expand Up @@ -6,14 +6,15 @@
###############################################################################
set(root "${PROJECT_SOURCE_DIR}/hpx/components/containers/partitioned_vector")

add_definitions(-DHPX_PARTITIONED_VECTOR_MODULE_EXPORTS)

add_hpx_component(partitioned_vector
FOLDER "Core/Components/Containers"
HEADER_ROOT ${root}
AUTOGLOB
ESSENTIAL)

target_compile_definitions(partitioned_vector_component
PRIVATE HPX_PARTITIONED_VECTOR_MODULE_EXPORTS)

add_hpx_pseudo_dependencies(
components.containers_.partitioned_vector partitioned_vector_component)
components.containers_.partitioned_vector partitioned_vector_component)

0 comments on commit b411685

Please sign in to comment.