X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=6329689d614fe5a809ecaa6046945b044707c1de;hb=743d6c75f3edfb728f689027347d2de9b0068425;hp=a4f01fb573d43d356148c120be0371948ea8ce7b;hpb=23354536051650b7a8a713e824946d48a7734534;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index a4f01fb..6329689 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -272,10 +272,8 @@ include_directories ( if (WIN32) set (os os_win32.cpp) set (glws_os glws_wgl.cpp) - set (workqueue workqueue_win32.cpp) else () set (os os_posix.cpp) - set (workqueue workqueue_posix.cpp) if (APPLE) set (glws_os glws_cocoa.mm) else () @@ -306,7 +304,7 @@ add_library (common STATIC common/image_pnm.cpp common/image_png.cpp common/${os} - common/${workqueue} + common/workqueue.cpp ) set_target_properties (common PROPERTIES