You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pthread reference in example CMakeLists.txt + removal of executable (SolidWallOfCode#82)
* cmake was generating -lpthread at beginning of compiler call, resulting
in a undefined pthread_create
* added *.pc to .gitignore
* added example executables to .gitignore
* removed executable from repo
0 commit comments