cmake: rework dotnet helper functions
This commit is contained in:
@@ -33,6 +33,6 @@ target_link_libraries(dotnet_sat PRIVATE ortools::ortools)
|
||||
if(BUILD_TESTING)
|
||||
file(GLOB DOTNET_SRCS "*Tests.cs")
|
||||
foreach(FILE_NAME IN LISTS DOTNET_SRCS)
|
||||
add_dotnet_test(${FILE_NAME})
|
||||
add_dotnet_test(FILE_NAME ${FILE_NAME})
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user