This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
UserScript
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Small dep management fix
crazy_things
Ludovic 'Archivist' Lagouardette
1 year ago
parent
288d0b363b
commit
0a79fe2787
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CMakeLists.txt
+ 1
- 0
CMakeLists.txt
View File
@ -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…
Cancel
Save