Skip to content

Commit

Permalink
Update tests/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Aug 26, 2024
1 parent 046c292 commit 760772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add_executable(aq-nwb_test
examples/test_example.cpp
)

# Ensure the aq-nwb_test target can include headers from the current directory and Catch2
# Ensure the aq-nwb_test target can include headers from the current directory
target_include_directories(aq-nwb_test PRIVATE
${CMAKE_CURRENT_SOURCE_DIR} # Include current directory
)
Expand Down

0 comments on commit 760772f

Please sign in to comment.