diff options
| author | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:38:45 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2025-11-05 11:38:45 +0800 |
| commit | 36fc4fd1b262fd91226540bc79c833ef17a7425e (patch) | |
| tree | 3da251b14017e45918e7133af1250342e8a6f62e /CMakeLists.txt | |
| parent | 4e7cf4d863804303a931d6e16df7de6616337909 (diff) | |
| download | yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.gz yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.tar.bz2 yuescript-36fc4fd1b262fd91226540bc79c833ef17a7425e.zip | |
Updated spec.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
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() |
| 73 | endif() | 73 | endif() |
| 74 | 74 | ||
| 75 | if (APPLE) | ||
| 76 | add_compile_options(-Wno-deprecated-declarations) | ||
| 77 | endif () | ||
| 78 | |||
| 79 | add_library(libyue MODULE | 75 | add_library(libyue MODULE |
| 80 | src/yuescript/ast.cpp | 76 | src/yuescript/ast.cpp |
| 81 | src/yuescript/parser.cpp | 77 | src/yuescript/parser.cpp |
