mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
don't need to duplicate require, per vegorov
This commit is contained in:
parent
a689982263
commit
a52002d657
1 changed files with 1 additions and 3 deletions
|
@ -408,14 +408,13 @@ if(TARGET Luau.Repl.CLI)
|
|||
CLI/src/Profiler.cpp
|
||||
CLI/src/Repl.cpp
|
||||
CLI/src/ReplEntry.cpp
|
||||
CLI/src/Require.cpp)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(TARGET Luau.Analyze.CLI)
|
||||
# Luau.Analyze.CLI Sources
|
||||
target_sources(Luau.Analyze.CLI PRIVATE
|
||||
CLI/src/Analyze.cpp
|
||||
CLI/src/Require.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
@ -553,7 +552,6 @@ if(TARGET Luau.CLI.Test)
|
|||
CLI/src/Coverage.cpp
|
||||
CLI/src/Profiler.cpp
|
||||
CLI/src/Repl.cpp
|
||||
CLI/src/Require.cpp
|
||||
|
||||
tests/RegisterCallbacks.h
|
||||
tests/RegisterCallbacks.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue