diff tests/libcommon/size/CMakeLists.txt @ 189:f28cb6d04731

Misc: extreme refactoring
author David Demelier <markand@malikania.fr>
date Thu, 25 Oct 2018 21:36:14 +0200
parents 3107ce017c3a
children
line wrap: on
line diff
--- a/tests/libcommon/size/CMakeLists.txt	Wed Oct 24 21:13:12 2018 +0200
+++ b/tests/libcommon/size/CMakeLists.txt	Thu Oct 25 21:36:14 2018 +0200
@@ -18,6 +18,6 @@
 
 malikania_create_test(
 	NAME size
-	LIBRARIES libmlk-common
+	LIBRARIES libmlk
 	SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
 )