summaryrefslogtreecommitdiffstats
path: root/hello/CMakeLists.txt
blob: d7269503ac8f22e85f2ab26d6a44a287917540fc (plain) (blame)
1
2
3
4
5
6
7
8
add_dotnet_executable(HelloCMake
    MAIN Program
    SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/Program.cs
)

target_link_dotnet_libraries(HelloCMake
    LIBRARIES FooBar
)