mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-25 05:11:49 +00:00
5360d05867
This saves the need to install Boost::Thread on each of the build systems.
8 lines
108 B
CMake
8 lines
108 B
CMake
project(tinythread)
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(tinythread
|
|
source/tinythread.cpp
|
|
)
|
|
|