comparison cmake/MlkOptions.cmake @ 639:19d19f644b5e

misc: bring back duktape
author David Demelier <markand@malikania.fr>
date Sat, 23 Sep 2023 21:04:16 +0200
parents cb8ca73f1aa4
children 9850089c9671
comparison
equal deleted inserted replaced
638:e16808365d42 639:19d19f644b5e
20 mlk_option(EXAMPLES On BOOL "Enable examples") 20 mlk_option(EXAMPLES On BOOL "Enable examples")
21 mlk_option(NLS On BOOL "Enable NLS support") 21 mlk_option(NLS On BOOL "Enable NLS support")
22 mlk_option(TESTS On BOOL "Enable unit tests") 22 mlk_option(TESTS On BOOL "Enable unit tests")
23 mlk_option(TESTS_GRAPHICAL On BOOL "Enable unit tests that requires graphical context") 23 mlk_option(TESTS_GRAPHICAL On BOOL "Enable unit tests that requires graphical context")
24 mlk_option(CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake" STRING "Destination for CMake files") 24 mlk_option(CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake" STRING "Destination for CMake files")
25 mlk_option(JAVASCRIPT On BOOL "Enable Javascript bindings")