Fix CMake configuration error when CLI targets are not included again (#1219)

A mistake was made in https://github.com/luau-lang/luau/pull/1218

Fixes https://github.com/luau-lang/luau/issues/1208
This commit is contained in:
vegorov-rbx 2024-03-31 05:59:46 -07:00 committed by GitHub
parent 47ad768c69
commit 9649e5e446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -358,19 +358,13 @@ target_sources(isocline PRIVATE
extern/isocline/src/isocline.c
)
if (TARGET Luau.Repl.CLI OR TARGET Luau.Analyze.CLI OR
TARGET Luau.Ast.CLI OR TARGET Luau.CLI.Test OR
TARGET Luau.Reduce.CLI OR TARGET Luau.Compile.CLI OR
TARGET Luau.Bytecode.CLI)
# Common sources shared between all CLI apps.
target_sources(Luau.CLI.lib PRIVATE
CLI/FileUtils.cpp
CLI/Flags.cpp
CLI/Flags.h
CLI/FileUtils.h
)
endif()
# Common sources shared between all CLI apps
target_sources(Luau.CLI.lib PRIVATE
CLI/FileUtils.cpp
CLI/Flags.cpp
CLI/Flags.h
CLI/FileUtils.h
)
if(TARGET Luau.Repl.CLI)
# Luau.Repl.CLI Sources