From 0d45074768f6533322a3afa15d93ec53b52a2b83 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Jun 2018 08:08:08 +0200 Subject: Cleanup: whitespace --- extern/audaspace/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extern/audaspace') diff --git a/extern/audaspace/CMakeLists.txt b/extern/audaspace/CMakeLists.txt index 9e2921ef35a..de701a16500 100644 --- a/extern/audaspace/CMakeLists.txt +++ b/extern/audaspace/CMakeLists.txt @@ -88,7 +88,7 @@ set(SRC src/fx/Volume.cpp src/fx/VolumeReader.cpp src/fx/VolumeSound.cpp - src/fx/VolumeStorage.cpp + src/fx/VolumeStorage.cpp src/generator/Sawtooth.cpp src/generator/SawtoothReader.cpp src/generator/Silence.cpp @@ -729,8 +729,8 @@ set(LIB_DESTINATION "lib${LIB_SUFFIX}") # library add_library(audaspace ${LIBRARY_TYPE} ${SRC} ${HDR}) -target_link_libraries(audaspace ${LIBRARIES}) -set_target_properties(audaspace PROPERTIES SOVERSION ${AUDASPACE_VERSION}) +target_link_libraries(audaspace ${LIBRARIES}) +set_target_properties(audaspace PROPERTIES SOVERSION ${AUDASPACE_VERSION}) if(AUDASPACE_STANDALONE) install(TARGETS audaspace -- cgit v1.2.3