feat: included glm to Cmake
This commit is contained in:
@@ -11,4 +11,6 @@ SET(CMAKE_CXX_FLAGS "-Os -s")
|
|||||||
|
|
||||||
add_executable(one main.cpp)
|
add_executable(one main.cpp)
|
||||||
|
|
||||||
target_link_libraries(one m glfw GLEW GL)
|
find_package(glm REQUIRED)
|
||||||
|
|
||||||
|
target_link_libraries(one m glfw GLEW GL glm::glm)
|
||||||
|
|||||||
Reference in New Issue
Block a user