Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index e01459ac80e..473cc4d65f3 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -228,8 +228,8 @@ set(SRC
BLI_math_geom.h
BLI_math_inline.h
BLI_math_interp.h
- BLI_math_mpq.hh
BLI_math_matrix.h
+ BLI_math_mpq.hh
BLI_math_rotation.h
BLI_math_solvers.h
BLI_math_statistics.h
@@ -268,8 +268,8 @@ set(SRC
BLI_strict_flags.h
BLI_string.h
BLI_string_cursor_utf8.h
- BLI_string_search.h
BLI_string_ref.hh
+ BLI_string_search.h
BLI_string_utf8.h
BLI_string_utils.h
BLI_sys_types.h
@@ -304,6 +304,7 @@ set(LIB
extern_wcwidth
${FREETYPE_LIBRARY}
+ ${ZLIB_LIBRARIES}
)
if(WITH_MEM_VALGRIND)
@@ -413,8 +414,8 @@ if(WITH_GTESTS)
tests/BLI_span_test.cc
tests/BLI_stack_cxx_test.cc
tests/BLI_stack_test.cc
- tests/BLI_string_search_test.cc
tests/BLI_string_ref_test.cc
+ tests/BLI_string_search_test.cc
tests/BLI_string_test.cc
tests/BLI_string_utf8_test.cc
tests/BLI_task_graph_test.cc
@@ -431,7 +432,7 @@ if(WITH_GTESTS)
bf_blenlib
)
include(GTestTesting)
- blender_add_test_lib(bf_blenlib_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}")
+ blender_add_test_executable(blenlib "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}")
add_subdirectory(tests/performance)
endif()