Skip to content

Add initial CMake support#9

Merged
saghul merged 1 commit into
masterfrom
cmake
Nov 9, 2023
Merged

Add initial CMake support#9
saghul merged 1 commit into
masterfrom
cmake

Conversation

@saghul
Copy link
Copy Markdown
Contributor

@saghul saghul commented Nov 2, 2023

Not even functional yet, but let's get the ball rolling...

@saghul saghul force-pushed the cmake branch 7 times, most recently from 855892b to 2459ad2 Compare November 9, 2023 09:57
@saghul saghul marked this pull request as ready for review November 9, 2023 10:02
@saghul
Copy link
Copy Markdown
Contributor Author

saghul commented Nov 9, 2023

@bnoordhuis Can you PTAL? Here is a proposal: once CONFIG_BIGNUM is gone I'll rebase this and we can consider landing it alongside the Makefile. I know it's not feature complete yet (left a TODO note) but it would be funcional enough that projects that only care about the static library target can switch to this (like txiki.js ;-)). Then I'll work towards making it more complete and we can eventually replace the Makefile with calls to CMake.

WDYT?

Copy link
Copy Markdown
Contributor

@bnoordhuis bnoordhuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to land, I can rip out the CONFIG_BIGNUM stuff later.

@saghul saghul merged commit 39e834f into master Nov 9, 2023
@saghul saghul deleted the cmake branch November 9, 2023 16:52
dblnz pushed a commit to dblnz/quickjs that referenced this pull request May 6, 2026
* fix: wrap debug_trace test with #ifdef QJS_ENABLE_DEBUGGER

Agent-Logs-Url: https://github.com/G-Yong/quickjs/sessions/c47f60f2-9eab-4e86-a75e-3755d5e81466

Co-authored-by: G-Yong <21030893+G-Yong@users.noreply.github.com>

* chore: remove accidentally committed build-debug directory

Agent-Logs-Url: https://github.com/G-Yong/quickjs/sessions/c47f60f2-9eab-4e86-a75e-3755d5e81466

Co-authored-by: G-Yong <21030893+G-Yong@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: G-Yong <21030893+G-Yong@users.noreply.github.com>
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.

2 participants