mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 23:13:01 +01:00
Fixed cmake
This commit is contained in:
parent
d6c5364940
commit
4063f14f38
@ -4,8 +4,8 @@ project(toxic C)
|
||||
set(exe_name toxic)
|
||||
|
||||
add_executable(${exe_name}
|
||||
toxic/main.c
|
||||
toxic/prompt.c)
|
||||
main.c
|
||||
prompt.c)
|
||||
|
||||
target_link_libraries(${exe_name}
|
||||
curses)
|
||||
|
Loading…
Reference in New Issue
Block a user