mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed build.
This commit is contained in:
parent
94aebcc390
commit
a39ee46b18
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 2.6.0)
|
||||
project(toxic C)
|
||||
|
||||
set(exe_name toxic/toxic)
|
||||
set(exe_name toxic)
|
||||
|
||||
add_executable(${exe_name}
|
||||
toxic/main.c toxic/prompt.c)
|
||||
|
|
Loading…
Reference in New Issue
Block a user