Using get_target_property (or just get_property) with generator expressions
|
|
6
|
3294
|
October 29, 2020
|
Why is TARGET_LINK_LIBRARIES unable to link to third-party libraries when configuring static libraries?
|
|
3
|
575
|
October 29, 2020
|
add_custom_command fails when OUTPUT is generated into a subdirectory
|
|
15
|
2910
|
October 28, 2020
|
Any way to log message() outputs to a log file?
|
|
3
|
1530
|
October 27, 2020
|
How to link an imported shared library to an executable without hard-coding the path and file name?
|
|
6
|
3293
|
October 26, 2020
|
On Windows CHECK_CXX_SOURCE_RUNS is calling check_source_runs
|
|
12
|
1505
|
October 25, 2020
|
What is the use of property IMPORTED_LOCATION on DLL platforms?
|
|
2
|
573
|
October 25, 2020
|
Finding program (really, build target) to be run by a CTest test?
|
|
1
|
323
|
October 25, 2020
|
How to run script in install phase from install directory
|
|
4
|
3941
|
October 23, 2020
|
Best practices for option naming?
|
|
2
|
1445
|
October 21, 2020
|
How to add custom command after compilation stage and before linking stage?
|
|
2
|
568
|
October 20, 2020
|
Boost Linker Issues
|
|
17
|
2832
|
October 20, 2020
|
`CXX_EXTENSIONS` and `/permissive-`
|
|
1
|
3944
|
October 18, 2020
|
What cmake method is used to configure the Randomized Base Address option in Linker for VS2015 Project ?
|
|
1
|
873
|
October 18, 2020
|
Linking Ada objects into a C++ shared library
|
|
2
|
1028
|
October 16, 2020
|
trouble with find_package(iconv) and include(FindIconv) on AIX
|
|
4
|
984
|
October 16, 2020
|
Replace default compiler option (-o, -c, etc..) with CCRX-supported options (-output,…)
|
|
3
|
1082
|
October 15, 2020
|
CMake Property + Generator expression to get all dependent libraries?
|
|
5
|
1122
|
October 15, 2020
|
VS 2017: Custom commands don't cascade correctly
|
|
3
|
507
|
October 15, 2020
|
IMPLICIT_DEPENDS - does not work
|
|
12
|
1356
|
October 14, 2020
|
Correct use of CMAKE_CUDA_ARCHITECTURES
|
|
7
|
23929
|
October 14, 2020
|
Disable warning on fetched projects
|
|
7
|
9847
|
October 13, 2020
|
What cmake method is used to configure the Additional Dependencies option in Librarian for VS Static library project ?
|
|
1
|
834
|
October 12, 2020
|
Ceres solver & CMake Issue on Ubuntu 18.04
|
|
4
|
1363
|
October 9, 2020
|
CMake Configuration uses a file which will only be generated during Build time
|
|
3
|
370
|
October 7, 2020
|
Rebuild external project's dependent targets when the external project changes?
|
|
4
|
3778
|
October 2, 2020
|
install( FILES ... ) installing all files in directory when single file is specified
|
|
1
|
483
|
October 2, 2020
|
How do I pull full paths out of UNRESOLVED_DEPENDENCIES_VAR
|
|
2
|
671
|
September 30, 2020
|
"Mapping" lists of dependents and dependees files?
|
|
9
|
513
|
September 30, 2020
|
Why can't this work? add_custom_command, add_custom_target?
|
|
4
|
1119
|
September 29, 2020
|