Skip to content

Commit

Permalink
fix(build): remove erroneously added test target
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 29, 2024
1 parent 783d421 commit c5d3728
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,3 @@ set_target_properties(dmusic PROPERTIES

install(TARGETS dmusic ARCHIVE LIBRARY RUNTIME)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include" TYPE INCLUDE)

add_executable(test test.c)
target_link_libraries(test PRIVATE dmusic)
target_link_options(test PRIVATE -fsanitize=address -fsanitize=undefined -fsanitize=leak)
target_compile_options(test PRIVATE -fsanitize=address -fsanitize=undefined -fsanitize=leak)

0 comments on commit c5d3728

Please sign in to comment.