# quickjs-cmake **Repository Path**: SlayerNux_admin/quickjs-cmake ## Basic Information - **Project Name**: quickjs-cmake - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-25 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unofficial QuickJS CMake scripts [QuickJS](https://bellard.org/quickjs/) is a JavaScript interpreter. This repository contains scripts to build QuickJS on CMake system. # Usage 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()". # Contributing Welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details. # License This cmake scripts are distributed under the MIT License. See [LICENSE](LICENSE) for more details. # Copyright Copyright (c) 2020 Kosaki Mezumona