Update-Installer/external/TinyThread/CMakeLists.txt
Robert Knight 5360d05867 Remove dependency on Boost::Thread and use the TinyThread library instead.
This saves the need to install Boost::Thread on each of the build systems.
2011-08-22 14:00:00 +01:00

8 lines
108 B
CMake

project(tinythread)
cmake_minimum_required(VERSION 2.6)
add_library(tinythread
source/tinythread.cpp
)