comparison tests/libcommon/CMakeLists.txt @ 186:16ff680a8a94

Common: move point, line and rectangle, closes #913 @30m
author David Demelier <markand@malikania.fr>
date Sat, 20 Oct 2018 21:12:20 +0200
parents 3107ce017c3a
children 74afc5a41c83
comparison
equal deleted inserted replaced
185:975dffc6567a 186:16ff680a8a94
14 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 add_subdirectory(line)
20 add_subdirectory(point)
21 add_subdirectory(rectangle)
22 add_subdirectory(size)
19 add_subdirectory(util) 23 add_subdirectory(util)
20 add_subdirectory(size)
21 24
22 # JavaScript bindings 25 # JavaScript bindings
23 add_subdirectory(js-elapsed-timer) 26 add_subdirectory(js-elapsed-timer)
27 add_subdirectory(js-line)
28 add_subdirectory(js-point)
29 add_subdirectory(js-rectangle)
24 add_subdirectory(js-size) 30 add_subdirectory(js-size)