File tree Expand file tree Collapse file tree 3 files changed +471
-367
lines changed Expand file tree Collapse file tree 3 files changed +471
-367
lines changed Original file line number Diff line number Diff line change 7878 --XeusAddon.prefix=${{ env.PREFIX }} \
7979 --contents README.md \
8080 --contents notebooks/xeus-cpp-lite-demo.ipynb \
81+ --contents notebooks/images/marie.png \
82+ --contents notebooks/audio/audio.wav \
8183 --output-dir dist
8284
8385 - name : Upload artifact
Original file line number Diff line number Diff line change @@ -389,7 +389,11 @@ set(XCPP_HEADERS
389389add_library (xeus-cpp-headers INTERFACE )
390390set_target_properties (xeus-cpp-headers PROPERTIES PUBLIC_HEADER "${XCPP_HEADERS} " )
391391
392- install (TARGETS xeus-cpp-headers PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /xcpp)
392+ if (EMSCRIPTEN)
393+ install (TARGETS xeus-cpp-headers PUBLIC_HEADER DESTINATION ${SYSROOT_PATH} /include /xcpp)
394+ else ()
395+ install (TARGETS xeus-cpp-headers PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /xcpp)
396+ endif ()
393397
394398# xeus-cpp
395399# ========
You can’t perform that action at this time.
0 commit comments