Skip to content

Commit ab64890

Browse files
committed
Whoops
1 parent f4064a9 commit ab64890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/yue.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(BUILD_WITH_YUE)
1616
${YUESCRIPT_DIR}/src/yuescript/yuescript.cpp
1717
)
1818

19-
list(APPEND YUESCRIPT_SRC ${CMAKE_SOURCE_DIR}/src/api/yue.c)
19+
list(APPEND YUESCRIPT_SRC ${CMAKE_SOURCE_DIR}/src/api/yue.cpp)
2020
list(APPEND YUESCRIPT_SRC ${CMAKE_SOURCE_DIR}/src/api/parse_note.c)
2121

2222
add_library(yuescript ${TIC_RUNTIME} ${YUESCRIPT_SRC})

0 commit comments

Comments
 (0)