summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add target_link_dotnet_directories for extra library search pathsHEADmainBernhard Guillon2026-06-301-2/+26
|
* Add target_link_dotnet_system_references for extra .NET runtime refsBernhard Guillon2026-06-301-2/+25
|
* Add target validation to target_link_dotnet_librariesBernhard Guillon2026-06-301-0/+15
|
* Move target registration into add_dotnet_library/executable, remove ↵Bernhard Guillon2026-06-301-7/+4
| | | | add_dotnet_target
* Restore dotnet_finalize_targets with documentation explaining why deferred ↵Bernhard Guillon2026-06-301-0/+41
| | | | creation is needed
* Defer custom command creation with dotnet_finalize_targets and move ↵Bernhard Guillon2026-06-301-95/+109
| | | | NATIVE_DEPS to target_link_dotnet_libraries
* Add NATIVE_DEPENDS parameter for .so file-level trackingBernhard Guillon2026-06-301-2/+14
|
* Fix rebuild tracking by adding DEPENDS parameter for .dll file-level ↵Bernhard Guillon2026-06-301-4/+22
| | | | dependencies
* Use cmake/runtimeconfig.json.in template with configure_file for executablesBernhard Guillon2026-06-302-4/+17
|
* Use CMAKE_RUNTIME_OUTPUT_DIRECTORY for all runtime artifactsBernhard Guillon2026-06-301-5/+5
|
* Add Baz library with transitive PUBLIC dependency supportBernhard Guillon2026-06-301-18/+49
|
* Add cmake/dotnet.cmake with add_dotnet_library, add_dotnet_executable, and ↵Bernhard Guillon2026-06-301-0/+105
target_link_dotnet_libraries