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 55a73e5 commit d6a05beCopy full SHA for d6a05be
test/CMakeLists.txt
@@ -90,6 +90,13 @@ if(EMSCRIPTEN)
90
${CMAKE_CURRENT_BINARY_DIR}/libclangCppInterOp.so
91
COMMENT "Copying libclangCppInterOp.so to the test directory"
92
)
93
+
94
+ add_custom_command(TARGET test_xeus_cpp POST_BUILD
95
+ COMMAND ${CMAKE_COMMAND} -E copy
96
+ ${CMAKE_INSTALL_PREFIX}/lib/libxeus.so
97
+ ${CMAKE_CURRENT_BINARY_DIR}/libxeus.so
98
+ COMMENT "Copying libxeus.so to the test directory"
99
+ )
100
else()
101
find_package(Threads)
102
0 commit comments