We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc80966 commit 6d73377Copy full SHA for 6d73377
tests/CMakeLists.txt
@@ -21,4 +21,4 @@ target_sources(Lute.Test PRIVATE
21
set_target_properties(Lute.Test PROPERTIES OUTPUT_NAME lute-tests)
22
target_compile_features(Lute.Test PUBLIC cxx_std_17)
23
target_link_libraries(Lute.Test PRIVATE Lute.CLI.lib Lute.Luau Lute.Require Lute.Runtime Luau.CLI.lib Luau.Analysis Luau.Compiler Luau.VM)
24
-target_compile_options(Lute.Test PRIVATE ${LUTE_OPTIONS})
+target_compile_options(Lute.Test PRIVATE ${LUTE_OPTIONS})
0 commit comments