Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install qjsc as part of the install target #731

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

saghul
Copy link
Contributor

@saghul saghul commented Dec 2, 2024

Fixes: #730

@saghul
Copy link
Contributor Author

saghul commented Dec 2, 2024

Sample run:

Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/local/include/quickjs.h
-- Installing: /tmp/local/bin/qjs
-- Installing: /tmp/local/bin/qjsc
-- Installing: /tmp/local/lib/libqjs.a
-- Installing: /tmp/local/lib/cmake/quickjs/qjsConfig.cmake
-- Installing: /tmp/local/lib/cmake/quickjs/qjsConfig-release.cmake
-- Installing: /tmp/local/share/doc/quickjs/LICENSE
-- Installing: /tmp/local/share/doc/quickjs/examples
-- Installing: /tmp/local/share/doc/quickjs/examples/test_point.js
-- Installing: /tmp/local/share/doc/quickjs/examples/hello.js
-- Installing: /tmp/local/share/doc/quickjs/examples/test_fib.js
-- Installing: /tmp/local/share/doc/quickjs/examples/fib_module.js
-- Installing: /tmp/local/share/doc/quickjs/examples/point.c
-- Installing: /tmp/local/share/doc/quickjs/examples/fib.c
-- Installing: /tmp/local/share/doc/quickjs/examples/pi_bigint.js
-- Installing: /tmp/local/share/doc/quickjs/examples/hello_module.js

@saghul saghul merged commit 06cd3da into master Dec 2, 2024
59 checks passed
@saghul saghul deleted the cmake-install-qjsc branch December 2, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

command qjsc not installed by cmake(make install)
2 participants