Conversation
|
Makes me wonder whether |
|
@dcodeIO If that works it sounds good. I don't know much cmake though, and after reading the docs, I'm still not sure how to make that happen after the build? How does it order the operations? |
|
Let's merge this in for now, as it improves the status quo, but if we can do even better with a cmake file rename then let's look into that too! |
|
Appears we may instead append set_target_properties(binaryen_js PROPERTIES OUTPUT_NAME "binaryen")to get Documentation says
I don't know much about CMake and whether there may be issues with this, but works for me locally. |
Without this, just building and running the test suite didn't work.