mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-12 22:45:02 -04:00
10 lines
145 B
CMake
10 lines
145 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(localization)
|
|
|
|
if(WIN32)
|
|
add_definitions(/D_CRT_SECURE_NO_WARNINGS)
|
|
endif()
|
|
|
|
add_subdirectory(src)
|