Skip to content

Commit

Permalink
Only build microbenchmark in standalone UMD build
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmithTT committed Nov 28, 2024
1 parent 7e57169 commit 32dd17e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ else()
include_directories("${CMAKE_CURRENT_BINARY_DIR}/$ENV{ARCH_NAME}")
endif()

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/microbenchmark)
if(MASTER_PROJECT)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/microbenchmark)
endif()
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/api)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/pcie)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/misc)
Expand Down

0 comments on commit 32dd17e

Please sign in to comment.