mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-23 04:01:59 +00:00
11 lines
216 B
CMake
11 lines
216 B
CMake
project(updater)
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
include_directories(external)
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(external/AnyOption)
|
|
add_subdirectory(external/minizip)
|
|
add_subdirectory(external/tinyxml)
|
|
|