Skip to content

Commit 6d73377

Browse files
committed
newline at eof
1 parent bc80966 commit 6d73377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ target_sources(Lute.Test PRIVATE
2121
set_target_properties(Lute.Test PROPERTIES OUTPUT_NAME lute-tests)
2222
target_compile_features(Lute.Test PUBLIC cxx_std_17)
2323
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})
24+
target_compile_options(Lute.Test PRIVATE ${LUTE_OPTIONS})

0 commit comments

Comments
 (0)