We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d94fc commit 724d4cdCopy full SHA for 724d4cd
CMakeLists.txt
@@ -386,7 +386,7 @@ if(EMSCRIPTEN)
386
find_package(xeus-lite REQUIRED)
387
find_package(nlohmann_json REQUIRED)
388
add_executable(xlua src/main_emscripten_kernel.cpp )
389
- target_link_libraries(xlua PRIVATE xeus-lite nlohmann_json)
+ target_link_libraries(xlua PRIVATE xeus-lite nlohmann_json::nlohmann_json)
390
target_compile_features(xlua PRIVATE cxx_std_17)
391
xeus_lua_set_kernel_options(xlua)
392
xeus_wasm_compile_options(xlua)
0 commit comments