Skip to content

Commit

Permalink
Fixed ConsoleScriptDialogProvider in Tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
zenden2k committed Mar 8, 2024
1 parent ccf948c commit 158f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tests/CMakeLists.txt
Expand Up @@ -16,6 +16,7 @@ set(SRC_LIST
../Core/DownloadTaskTest.cpp
../Core/Network/Tests/NetworkClientTest.cpp
../Core/Network/Tests/CurlTest.cpp
../CLI/ConsoleScriptFunctionsImpl.cpp
)
if(WIN32)
list(APPEND SRC_LIST
Expand All @@ -36,7 +37,6 @@ if(WIN32)
../Core/FileDownloaderTest.cpp
../Video/Tests/VideoGrabberTest.cpp
../Core/Settings/CliSettings.cpp
../CLI/ConsoleScriptFunctionsImpl.cpp
)
endif()

Expand Down

0 comments on commit 158f288

Please sign in to comment.