mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
fixing gitignore file
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -17,5 +17,5 @@
|
|||||||
.cache/
|
.cache/
|
||||||
objs/
|
objs/
|
||||||
build/
|
build/
|
||||||
test/.gdb_history
|
example/.gdb_history
|
||||||
test/Test
|
example/Test
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ target_end() -- optional but I think the code is cleaner with this -- optional b
|
|||||||
target("Test")
|
target("Test")
|
||||||
set_default(false)
|
set_default(false)
|
||||||
set_kind("binary")
|
set_kind("binary")
|
||||||
set_targetdir("test")
|
set_targetdir("example")
|
||||||
|
|
||||||
add_linkdirs("./")
|
add_linkdirs("./")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user