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