discussions Search Results · repo:friendlyanon/cmake-init language:C
Filter by
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 ...
DimitrijeDobrotaposted
5 days ago- 1
:
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.: ...
DimitrijeDobrotaposted
10 days ago- 4
:
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 ...
avitaseposted
26 days ago- 1
:
I got the CXX_MODULE work for the fmt library:
https://github.com/ClausKlein/fmt-module
ClausKleinposted
on Dec 4, 2024- 0
:
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/ ...
Vyacguruposted
on Aug 7, 2024- 1
:
By default it seems to use MSVC. I don t see any option to change it.
rupakhetibinitposted
on Jul 8, 2024- 3
:
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 ...
ClausKleinposted
on Apr 6, 2024- 2
:
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 ...
nixxqualityposted
on Mar 17, 2024- 3