mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
manually fix cmake configuration error
This commit is contained in:
parent
2e1c0404d1
commit
9cb93a98bc
1 changed files with 7 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue