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:
parent
be54030b1a
commit
fa15edf2ea
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user