summaryrefslogtreecommitdiffstats
path: root/third/CMakeLists.txt
blob: c2121d6e50d926d05d160841f56bf1d9a5b198bf (plain) (blame)
1
2
3
4
5
6
file(GLOB THIRD_SOURCES CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.cs)

add_dotnet_executable(Third
    MAIN Program
    SOURCES ${THIRD_SOURCES}
)