|
add_library, sources as list not producing DLL, no error either
|
|
1
|
1615
|
September 13, 2023
|
|
Statically linking llvm into a library, results in unresolved externals.
|
|
8
|
2261
|
September 13, 2023
|
|
Using target-specific generator expressions in global CMake variables
|
|
2
|
574
|
September 6, 2023
|
|
How to link to wxWidgets static libs
|
|
5
|
2511
|
September 6, 2023
|
|
External project dependency
|
|
4
|
385
|
September 4, 2023
|
|
how to make cmake reconfigure itself from cmakelists, or how to re-addsubdirectory ?
|
|
7
|
1069
|
September 2, 2023
|
|
Using third-party libraries
|
|
1
|
1790
|
September 1, 2023
|
|
Extending generator expressions?
|
|
1
|
351
|
August 31, 2023
|
|
Changing target output path based on architecture
|
|
3
|
1104
|
August 30, 2023
|
|
Changing output directories
|
|
1
|
6438
|
August 28, 2023
|
|
CMake goes into an infinite loop when there are two stand-alone subprojects with two different compilers within the same build
|
|
1
|
1254
|
August 29, 2023
|
|
Using multiple toolchains in the same project?
|
|
3
|
9220
|
August 28, 2023
|
|
install(EXPORT) complains that a dependency is in multiple export sets
|
|
2
|
455
|
August 28, 2023
|
|
CMAKE_IGNORE_PREFIX_PATH
|
|
5
|
1130
|
August 28, 2023
|
|
sometimes find_package() does not look for files in passed PATHS parameter
|
|
2
|
1028
|
August 25, 2023
|
|
Cmake Project not linking correctly
|
|
8
|
2608
|
August 24, 2023
|
|
tests that are meant to abort()
|
|
12
|
3570
|
August 22, 2023
|
|
Why does my test calling `abort()` not output anything?
|
|
1
|
1272
|
August 22, 2023
|
|
CMake Build Fails After Migration from 3.23.5 to 3.24.0-rc1
|
|
5
|
421
|
August 22, 2023
|
|
CMAKE_SYSTEM_HOST_PROCESSOR and CMAKE_SYSTEM_PROCESSOR wrong
|
|
2
|
250
|
August 22, 2023
|
|
link_directories() command Adds two directories for each directory passed to it
|
|
4
|
390
|
August 22, 2023
|
|
file(LOCK <file-name> GUARD ... What do the three GUARDs function, file and process mean exactly?
|
|
2
|
587
|
August 21, 2023
|
|
Forcing libraries to be linked in order to expose header-only dependencies.
|
|
3
|
904
|
August 21, 2023
|
|
Shared library in CMake
|
|
4
|
3091
|
August 18, 2023
|
|
ExternalProject's CONFIGURE_COMMAND - can I "extend" instead of replacing it?
|
|
2
|
1274
|
August 18, 2023
|
|
CMAKE_HAVE_LIBC_PTHREAD failed
|
|
10
|
32488
|
August 18, 2023
|
|
target_compile_options being applied to header files from FetchContent dependency
|
|
6
|
552
|
August 17, 2023
|
|
CMakePresets: why not expand macros in name or inherits fields?
|
|
2
|
414
|
August 17, 2023
|
|
ExternalProject_Add and CMAKE_CONFIGURATION_TYPES
|
|
4
|
544
|
August 16, 2023
|
|
How to remove -arch flag from arm-none-eabi-gcc in macos builds
|
|
4
|
1946
|
August 15, 2023
|