Skip to content

Commit

Permalink
more Procs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Jones committed Jul 17, 2024
1 parent aa953d0 commit d09a5d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,10 @@ endif()
if(BUILD_TESTS)

# NOTE: madronalib procs need to be included in projects as source.
file(GLOB PROC_SOURCES "source/procs/*.*")

file(GLOB TEST_SOURCES "tests/*.*")

add_executable(tests ${PROC_SOURCES} ${TEST_SOURCES})
add_executable(tests ${TEST_SOURCES})
set_target_properties(tests PROPERTIES EXCLUDE_FROM_ALL TRUE)
add_dependencies(tests madronalib)

Expand Down
48 changes: 0 additions & 48 deletions source/procs/MLProcMultiply.h

This file was deleted.

0 comments on commit d09a5d8

Please sign in to comment.