mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 05:16:36 +02:00
Fixed cmake
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user