diff options
-rw-r--r-- | cmake/opentrack-platform.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 7a76276b..04b220f6 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -161,3 +161,7 @@ if(APPLE) add_link_options(-framework Cocoa -framework CoreFoundation -framework Carbon) link_libraries(objc z) endif() + +if(NOT MSVC) + include(FindPkgConfig) +endif() |