diff tests/libclient/js-point/CMakeLists.txt @ 37:702e0a2b9e5e

Misc: make JavaScript different libraries, Closes T3
author David Demelier <markand@malikania.fr>
date Thu, 18 Aug 2016 11:07:34 +0200
parents a1e80d991968
children 9ccc36ba4725
line wrap: on
line diff
--- a/tests/libclient/js-point/CMakeLists.txt	Wed Aug 10 14:30:51 2016 +0200
+++ b/tests/libclient/js-point/CMakeLists.txt	Thu Aug 18 11:07:34 2016 +0200
@@ -18,6 +18,6 @@
 
 malikania_create_test(
     NAME js-point
-    LIBRARIES libclient
+    LIBRARIES libclient-js
     SOURCES main.cpp
 )