Skip to content

Conversation

@CedricGuillemet
Copy link
Contributor

No description provided.

while (!m_cancelSource.cancelled())
{
m_dispatcher.blocking_tick(m_cancelSource);
#ifdef USE_QUICKJS
Copy link
Contributor Author

Choose a reason for hiding this comment

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

How to do it properly?

set_property(TARGET v8inspector PROPERTY FOLDER Dependencies)
elseif(NAPI_JAVASCRIPT_ENGINE STREQUAL "QuickJS")
target_link_libraries(AppRuntime PRIVATE qjs)
target_compile_definitions(AppRuntime PRIVATE USE_QUICKJS)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To remove

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.

1 participant