0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

Linux build

This commit is contained in:
Sergey Yagovtsev 2016-08-18 23:50:53 +03:00
parent be54030b1a
commit fa15edf2ea

View File

@ -32,4 +32,8 @@ add_executable(${PROJECT_NAME}
#treeitem.cpp
)
target_link_libraries(${PROJECT_NAME} Qt5::Widgets easy_profiler)
if(UNIX)
set(SPECIAL_LIB pthread)
endif(UNIX)
target_link_libraries(${PROJECT_NAME} Qt5::Widgets easy_profiler ${SPECIAL_LIB})