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 78
78
--XeusAddon.prefix=${{ env.PREFIX }} \
79
79
--contents README.md \
80
80
--contents notebooks/xeus-cpp-lite-demo.ipynb \
81
+ --contents notebooks/images/marie.png \
82
+ --contents notebooks/audio/audio.wav \
81
83
--output-dir dist
82
84
83
85
- name : Upload artifact
Original file line number Diff line number Diff line change @@ -389,7 +389,11 @@ set(XCPP_HEADERS
389
389
add_library (xeus-cpp-headers INTERFACE )
390
390
set_target_properties (xeus-cpp-headers PROPERTIES PUBLIC_HEADER "${XCPP_HEADERS} " )
391
391
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 ()
393
397
394
398
# xeus-cpp
395
399
# ========
You can’t perform that action at this time.
0 commit comments