two separate projects based on cmake
|
|
0
|
33
|
July 26, 2024
|
CPACK_GENERATOR( flatpak? )
|
|
4
|
806
|
July 26, 2024
|
FetchContent_Declare() UPDATE_DISCONNECTED and vcpkg
|
|
7
|
303
|
July 26, 2024
|
Pass double quotes to batch script with execute_process()
|
|
3
|
273
|
July 23, 2024
|
How to re-use sub-target header-files/dependencies
|
|
9
|
68
|
July 20, 2024
|
Moved discussion here from CLion issues about CMAKE_BUILD_TYPE, buildPresets vs configurePresets, and Ninja Multi-Config
|
|
0
|
170
|
July 20, 2024
|
Let shared lib load other lib from relative path
|
|
2
|
149
|
July 18, 2024
|
file(GET_RUNTIME_DEPENDENCIES ...) unable to resolve dependencies even if RUNPATH is set.
|
|
1
|
269
|
July 17, 2024
|
CMake Error at CMakeLists.txt:249 (string): string sub-command COMPARE, mode EQUAL needs at least 5 arguments total to command.
|
|
2
|
170
|
July 16, 2024
|
Changing old FetchContent to comply with new restrictions
|
|
1
|
52
|
July 15, 2024
|
Is it a normal practice to search for a configuration file inside the find module?
|
|
2
|
67
|
July 15, 2024
|
add_custom_target COMMAND and star * bypass shell expansion
|
|
1
|
51
|
July 14, 2024
|
Making a Cmake package for LLDB
|
|
1
|
101
|
July 14, 2024
|
Where to use `cmake_minimum_required`?
|
|
2
|
641
|
July 13, 2024
|
RPM does not include <exportname>-<config>.cmake, results in IMPORTED_LOCATION not set for imported target
|
|
6
|
40
|
July 13, 2024
|
CMake 3.30 doesn't let me use $(ARCHS_STANDARD) to set CMAKE_OSX_ARCHITECTURES
|
|
6
|
361
|
July 11, 2024
|
list(SORT): Add support for SEMVER comparison
|
|
2
|
146
|
July 10, 2024
|
Getting a list of all source files for the running clang-format
|
|
1
|
185
|
July 10, 2024
|
Linking a prebuilt static library
|
|
5
|
1729
|
July 10, 2024
|
Best way to have a library package install a main.cpp and run add_executable in context of user project when it calls my CMake function?
|
|
2
|
94
|
July 9, 2024
|
Linking to shared library built within my project works under linux but not Windows
|
|
6
|
1145
|
July 9, 2024
|
How Consuming Installed C++20 Modules the portable way
|
|
0
|
78
|
July 7, 2024
|
Generator expression in RUNTIME_DEPENDENCY_SET DIRECTORIES
|
|
4
|
618
|
July 3, 2024
|
find_library unable to find library even with HINTS/PATHS
|
|
6
|
11193
|
July 3, 2024
|
How to use fixup_bundle properly?
|
|
8
|
491
|
July 1, 2024
|
Generator expression in ExternalProject_Add() / CMAKE_ARGS
|
|
2
|
85
|
June 28, 2024
|
Tutorial Step 10: missing header 'mathfunctions_export.h'
|
|
13
|
242
|
June 26, 2024
|
Installing dll dependencies using RUNTIME_DEPENDENCY_SET and $<TARGET_RUNTIME_DLL_DIRS:${target}> bug?
|
|
4
|
525
|
June 25, 2024
|
Builds ok with Visual Studio but fails with nmake
|
|
1
|
114
|
June 24, 2024
|
Help with pkg_check_modules
|
|
9
|
742
|
June 23, 2024
|