Can CMake generate a configure file?

前端 未结 4 674
忘了有多久
忘了有多久 2020-12-14 10:43

I need the configure file to transpile from C++ to JS, I\'m trying to use emscripten in a project. Emscripten comes with a tool called emconfigure, that replaces the autocon

4条回答
  •  孤城傲影
    2020-12-14 11:09

    yes cmake generates you the files you need to build the project depending on your target platform. however you need to write the CMakelist.txt's files for CMake by yourself or you have to get them from someone else. if emscripten has them and you have cmake installed, go to the root of your cource directory and launch cmake to see a list of arguments you can use

提交回复
热议问题