Update CMakeLists.txt

This commit is contained in:
Tom M 2021-06-15 20:33:59 +02:00 committed by GitHub
parent c8e1853772
commit 08a9efb97a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,8 @@ add_library( # Sets the name of the library.
# Sets the library as a shared library. # Sets the library as a shared library.
SHARED SHARED
$<TARGET_OBJECTS:libfluidsynth-OBJ>
tests/test_preset_pinning.c tests/test_preset_pinning.c
tests/test_seq_event_queue_remove.c tests/test_seq_event_queue_remove.c
tests/test_seq_scale.c tests/test_seq_scale.c