Skip to content

Commit

Permalink
Debugging hpx build
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jan 3, 2023
1 parent 420dcc4 commit cdeffd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apex/CMakeLists.hpx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ set(apex_sources
gzstream.cpp
handler.cpp
memory_wrapper.cpp
${APEX_SOURCE_DIR}/src/perfetto_sdk/perfetto.cc
${APEX_SOURCE_DIR}/../perfetto_sdk/perfetto.cc
perfetto_listener.cpp
perfetto_static.cpp
policy_handler.cpp
Expand Down Expand Up @@ -398,7 +398,7 @@ target_include_directories(apex PUBLIC
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}>
$<BUILD_INTERFACE:${APEX_BINARY_DIR}>
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}>
$<BUILD_INTERFACE:${APEX_SOURCE_DIR}/src/perfetto_sdk>
$<BUILD_INTERFACE:${APEX_SOURCE_DIR}/../perfetto_sdk>
$<INSTALL_INTERFACE:include>)

# To have the compile options and definitions
Expand Down

0 comments on commit cdeffd3

Please sign in to comment.