本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
UserScript
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Small dep management fix
crazy_things
Ludovic 'Archivist' Lagouardette
1 年之前
父節點
288d0b363b
當前提交
0a79fe2787
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CMakeLists.txt
+ 1
- 0
CMakeLists.txt
查看文件
@ -22,6 +22,7 @@ include(Catch)
add_library
(
UserScript
STATIC
s
r
c
/
i
n
t
e
r
p
r
e
t
e
r
.
c
p
p
s
r
c
/
l
e
x
_
p
a
r
s
e
.
c
p
p
)
target_include_directories
(
UserScript
PUBLIC
include
)
add_executable
(
ushell
script_exe/main.cpp
)
target_link_libraries
(
ushell
PUBLIC
UserScript
)
Write
Preview
Loading…
取消
儲存