Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
shg8 committed Feb 17, 2024
1 parent 169f9f6 commit cf780d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if (WIN32 OR APPLE)
add_subdirectory(${glfw_SOURCE_DIR} ${glfw_BINARY_DIR})
endif()

set(GLM_ENABLE_CXX_20 ON CACHE INTERNAL "Enable experimental features")

FetchContent_Declare(
glm
GIT_REPOSITORY https://github.com/g-truc/glm
Expand Down
4 changes: 0 additions & 4 deletions vulkan/QueryManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//
// Created by Steven on 2/15/24.
//

#include "QueryManager.h"

#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions vulkan/QueryManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include <unordered_map>
#include <sys/types.h>
#include <vector>
#include <chrono>
#include <string>


class QueryManager {
Expand Down

0 comments on commit cf780d4

Please sign in to comment.