1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-14 17:33:02 +01:00

Fixed cmake

This commit is contained in:
Maxim Biro 2013-07-30 11:55:46 -04:00
parent d6c5364940
commit 4063f14f38

View File

@ -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)