dragon8899 2011-11-02 10:03
浏览 746
已采纳

如何使CMake与go编程语言一起使用?

I have been using CMake with C++ to build libraries and executables and would like to use the same for the go programming language.

What steps do I need to take to configure CMake so it would work with the go programming language?

Essentially, my compiler is 6g which produces a compiled foo.6 - I send it to a linker via 6l foo.6 and I am done. I have the compiler and linker already built and installed.

Obviously, I can just write a simple Makefile for this, but it would be nice to use CMake consistently throughout my project.

TIA for any advice that would help me get started.

  • 写回答

2条回答 默认 最新

  • dspym82000 2011-11-02 11:28
    关注

    You might wish to implement CMake' support for Go. Roughly speaking it involves following steps:

    1. Create CMakeDetermineGoCompiler.cmake module, which would find Go compiler for the current system.
    2. Create CMakeGoCompiler.cmake.in - a template, which would be configured by CMakeDetermineGoCompiler.

    3. Create CMakeTestGoCompiler.cmake, module which would compile a simple go source to check if the compiler works.

    4. Create CMakeGoInformation.cmake, which would set some language-related variables (CMAKE_GO_LINK_EXECUTABLE and so on)

    These things should be placed in CMAKE_MODULES_DIR. For reference you can take a look at how Java/CXX support is implemented.

    Alternatively, if don't want to mess with such internal stuff, you can solve your task by creating a macro(), which would create a bunch of custom targets/commands (see add_custom_{target,command}() documentation).

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵