Skip to content

discussions Search Results · repo:friendlyanon/cmake-init language:C

35 results
 (54 ms)

35 results

infriendlyanon/cmake-init (press backspace or delete to remove)
The language qualifier is not supported when searching discussions. Try searching for issues instead?

I like to play with code generation and would like to be able to depend on exe target of the other project to build some files with add_custom_command(...). To be as concrete as possible, taken this file ...

So I have a static/shared library that I ve made using cmake-init and I am trying to include it in the other cmake-init project. I am trying to run my own registry, but I am stuck with portfile.cmake.: ...

What is the reason to enable Release build, including -DNDEBUG, during CI? Wouldn t it make more sense to keep assertions active during testing to catch potential wrong assumptions? I tend to place a lot ...

I got the CXX_MODULE work for the fmt library: https://github.com/ClausKlein/fmt-module

Hello! I’m currently testing my C library using the Unity testing framework and cmake-init, and everything has gone smoothly so far. However, I’ve reached a point where I need to mock some Windows-specific ...
  • Kyr27posted
    on Nov 5, 2024
  • 2

Hello, i want to move my project to cmake-init structure. But my structure is: repo/ ---.github/ ---CmakeLists.txt ---MyProjectExe/ ------CmakeLists.txt ---MyProjectLib/ ------CmakeLists.txt ---MyProjectTool/ ...

By default it seems to use MSVC. I don t see any option to change it.

if(${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.23.0 ) # cmake-format: off target_sources( shared_shared PUBLIC FILE_SET HEADERS BASE_DIRS include ${PROJECT_BINARY_DIR}/export ...

I ve been having issues building my project, and I m not sure if something s gone wrong with my environment recently to cause this. Even with a dead simple repro, I have no luck. 1. I open Developer ...