Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
3,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
  2. set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
  3. set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement