mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Adding nTox_win32.make
This commit is contained in:
parent
ca5660cc47
commit
6c6a54b132
9
testing/cmake/nTox_win32.cmake
Normal file
9
testing/cmake/nTox_win32.cmake
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
cmake_minimum_required(VERSION 2.6.0)
|
||||||
|
project(nTox_win32 C)
|
||||||
|
|
||||||
|
set(exe_name nTox_win32)
|
||||||
|
|
||||||
|
add_executable(${exe_name}
|
||||||
|
nTox_win32.c misc_tools.c)
|
||||||
|
|
||||||
|
linkCoreLibraries(${exe_name})
|
Loading…
Reference in New Issue
Block a user