diff tests/libclient/CMakeLists.txt @ 14:26efd2928f01

Client: add some JavaScript bindings for Window, #462
author David Demelier <markand@malikania.fr>
date Sun, 03 Apr 2016 10:23:23 +0200
parents fb7c2c096101
children 3b9ea4072263
line wrap: on
line diff
--- a/tests/libclient/CMakeLists.txt	Sat Apr 02 16:05:44 2016 +0200
+++ b/tests/libclient/CMakeLists.txt	Sun Apr 03 10:23:23 2016 +0200
@@ -29,3 +29,4 @@
 # JavaScript bindings
 add_subdirectory(js-color)
 add_subdirectory(js-size)
+add_subdirectory(js-window)