Skip to content

Commit 0615cd3

Browse files
authored
Update CMakeLists.txt
1 parent e6bf84a commit 0615cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unittests/CppInterOp/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ else()
1010
endif()
1111

1212
add_cppinterop_unittest(CppInterOpTests
13-
EnumReflectionTest.cpp
14-
FunctionReflectionTest.cpp
1513
InterpreterTest.cpp
14+
FunctionReflectionTest.cpp
15+
EnumReflectionTest.cpp
1616
JitTest.cpp
1717
ScopeReflectionTest.cpp
1818
TypeReflectionTest.cpp

0 commit comments

Comments
 (0)