QuickJS is a JavaScript interpreter. This repository contains scripts to build QuickJS on CMake system.
You must put "CMakeLists.txt" and "get_quickjs.cmake.in" on same cmake directory. If you embed in your application, use "add_subdirectory()" and add "quickjs" dependency to your project using "target_link_libraries()".
Welcome. See CONTRIBUTING.md for more details.
This cmake scripts are distributed under the MIT License. See LICENSE for more details.
Copyright (c) 2020 Kosaki Mezumona