Add installation rule for Lox
This commit is contained in:
parent
2adc0cc33a
commit
276debcb35
2 changed files with 3 additions and 0 deletions
1
clox/.gitignore
vendored
1
clox/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
_build/
|
||||
dist/
|
||||
|
|
|
@ -11,3 +11,5 @@ add_executable(Lox
|
|||
vm.h
|
||||
vm.c
|
||||
main.c)
|
||||
|
||||
install(TARGETS Lox)
|
||||
|
|
Loading…
Reference in a new issue