Skip to content

Commit

Permalink
Enable breakpoints on basic demo executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 31, 2024
1 parent 4e28cd8 commit 1ec4999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
target_compile_options(gtest-demo PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/Zc:preprocessor>)
target_link_libraries(catch2-demo PRIVATE Catch2::Catch2WithMain)
target_compile_options(catch2-demo PRIVATE $<$<CXX_COMPILER_ID:MSVC>:/Zc:preprocessor>)
target_compile_definitions(basic_demo PRIVATE LIBASSERT_BREAK_ON_FAIL)

if(APPLE)
foreach(target ${dsym_targets})
Expand Down

0 comments on commit 1ec4999

Please sign in to comment.