summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'codecs')
-rw-r--r--codecs/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index eea8f145e3..6397db18c0 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -36,5 +36,6 @@ endif()
add_library(codecs STATIC
${CODECS_FILES}
)
-set_target_properties(codecs PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}")
-set_target_properties(codecs PROPERTIES FOLDER "codecs")
+set_target_properties(codecs PROPERTIES
+ LINK_FLAGS "${WS_LINK_FLAGS}"
+ FOLDER "Libs")