mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 14:41:50 +00:00
9 lines
108 B
Text
9 lines
108 B
Text
|
project(tinythread)
|
||
|
|
||
|
cmake_minimum_required(VERSION 2.6)
|
||
|
|
||
|
add_library(tinythread
|
||
|
source/tinythread.cpp
|
||
|
)
|
||
|
|