mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-13 07:01:32 +00:00
8 lines
108 B
CMake
8 lines
108 B
CMake
project(tinythread)
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(tinythread
|
|
source/tinythread.cpp
|
|
)
|
|
|