aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-11-05 11:38:45 +0800
committerLi Jin <dragon-fly@qq.com>2025-11-05 11:38:45 +0800
commit36fc4fd1b262fd91226540bc79c833ef17a7425e (patch)
tree3da251b14017e45918e7133af1250342e8a6f62e /CMakeLists.txt
parent4e7cf4d863804303a931d6e16df7de6616337909 (diff)
downloadyuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.gz
yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.bz2
yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.zip
Updated spec.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebdee07..5c03f23 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,10 +72,6 @@ if (DEFINED ENV{ANDROID_ROOT})
72 endif() 72 endif()
73endif() 73endif()
74 74
75if (APPLE)
76 add_compile_options(-Wno-deprecated-declarations)
77endif ()
78
79add_library(libyue MODULE 75add_library(libyue MODULE
80 src/yuescript/ast.cpp 76 src/yuescript/ast.cpp
81 src/yuescript/parser.cpp 77 src/yuescript/parser.cpp