]> git.cworth.org Git - vogl/commit
voglcore: Add pthread as link library
authorAndrew Wong <andrew.kw.w@gmail.com>
Fri, 14 Mar 2014 03:26:11 +0000 (23:26 -0400)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 18:42:44 +0000 (11:42 -0700)
commit57864e5bb996f9df112cf87baf22ddcea736923b
treea2cddcd393938b8f5cc24a86f8793c2f84bf5c71
parent3abc8faa5fa77d8d7606cfe5c864f53ea9859a5d
voglcore: Add pthread as link library

This means any targets that use voglcore will automatically get pthread
include during linking. So we don't need to specify pthread in targets
that don't explicitly use them.
src/voglbench/CMakeLists.txt
src/voglcore/CMakeLists.txt
src/voglgen/CMakeLists.txt
src/voglsyms/CMakeLists.txt
src/vogltest/CMakeLists.txt