find_package (Threads)
add_executable (myapp main.cpp ...)
target_link_libraries (myapp ${CMAKE_THREAD_LIBS_INIT})
find_package (Threads)
add_executable (myapp main.cpp ...)
target_link_libraries (myapp ${CMAKE_THREAD_LIBS_INIT})
本文标题:CMake undefined reference to `pt
本文链接:https://www.haomeiwen.com/subject/zcctdxtx.html
网友评论