summaryrefslogtreecommitdiff
path: root/testing/cmake/nTox_win32.cmake
blob: 5acfb4118774b33d308202091703d7479334c6f0 (plain)
1
2
3
4
5
6
7
8
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})