summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add target validation to target_link_dotnet_librariesBernhard Guillon24 hours1-0/+15
* Add .gitignore, remove build/ from trackingBernhard Guillon25 hours34-3673/+1
* Move target registration into add_dotnet_library/executable, remove add_dotne...Bernhard Guillon25 hours39-17/+3677
* Add Third project: two-file executable with globbing for *.cs via CONFIGURE_D...Bernhard Guillon25 hours4-0/+33
* Restore dotnet_finalize_targets with documentation explaining why deferred cr...Bernhard Guillon25 hours1-0/+41
* Defer custom command creation with dotnet_finalize_targets and move NATIVE_DE...Bernhard Guillon25 hours6-99/+123
* Add NATIVE_DEPENDS parameter for .so file-level trackingBernhard Guillon26 hours2-4/+15
* Fix rebuild tracking by adding DEPENDS parameter for .dll file-level dependen...Bernhard Guillon26 hours4-4/+25
* Add Second executable with Baz dependencyBernhard Guillon26 hours3-0/+16
* Use cmake/runtimeconfig.json.in template with configure_file for executablesBernhard Guillon26 hours2-4/+8
* Use CMAKE_RUNTIME_OUTPUT_DIRECTORY for all runtime artifactsBernhard Guillon26 hours4-9/+10
* Use add_library instead of custom command for C libraryBernhard Guillon26 hours2-14/+4
* Add C hello library with P/Invoke from BazBernhard Guillon26 hours4-0/+26
* Add Baz library with transitive PUBLIC dependency supportBernhard Guillon26 hours7-21/+66
* Add cmake/dotnet.cmake with add_dotnet_library, add_dotnet_executable, and ta...Bernhard Guillon26 hours4-40/+115
* Reorganize into hello/ and foobar/ subdirectoriesBernhard Guillon27 hours5-49/+45
* Add FooBar library with CMake build integrationBernhard Guillon27 hours3-1/+36
* cool ^^ what a nice thingBernhard Guillon27 hours2-7/+26
* first testBernhard Guillon28 hours2-0/+30