Skip to content

mezum/quickjs-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial QuickJS CMake scripts

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 for more details.

License

This cmake scripts are distributed under the MIT License. See LICENSE for more details.

Copyright

Copyright (c) 2020 Kosaki Mezumona

About

Unofficial QuickJS CMake scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages