Skip to content

Commit

Permalink
don't need to duplicate require, per vegorov
Browse files Browse the repository at this point in the history
  • Loading branch information
aatxe committed Dec 17, 2024
1 parent a689982 commit a52002d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a52002d

Please sign in to comment.