diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index eefe72f8..71b9ed93 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,6 +10,7 @@ if(APPLE) link_libraries(Magnum::WindowlessCglApplication) elseif(WIN32) link_libraries(Magnum::WindowlessWglApplication) + link_libraries(ntdll) else() link_libraries(Magnum::WindowlessGlxApplication) endif() |