Merge pull request #7 from Ivarun/build_fixes

Build fixes
This commit is contained in:
Alf Birger Rustad
2012-09-01 10:37:08 -07:00
5 changed files with 20 additions and 1 deletions
@@ -52,6 +52,11 @@ add_executable( ${ProjectName}
)
target_link_libraries( ${ProjectName} ${LINK_LIBRARIES})
set( EXTERNAL_LINK_LIBRARIES
pthread
)
target_link_libraries( ${ProjectName} ${LINK_LIBRARIES} ${EXTERNAL_LINK_LIBRARIES})