mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[porthole] link pthreads and fix function type
This commit is contained in:
parent
27c3a93d15
commit
67ddb70932
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-28-gdf9798c819+1
|
||||
B1-29-g27c3a93d15+1
|
|
@ -21,6 +21,7 @@ target_link_libraries(porthole
|
|||
PRIVATE
|
||||
porthole-${PLATFORM}
|
||||
lg_common
|
||||
pthread
|
||||
)
|
||||
|
||||
target_include_directories(porthole
|
||||
|
|
Loading…
Reference in a new issue