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