Cmake tips
Categories: others
Tags: visual studio, windows
Disabling warnings from third-party header only library
Mark the include path as SYSTEM
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/libs/glm)
Categories: others
Tags: visual studio, windows
Mark the include path as SYSTEM
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/libs/glm)
Leave a comment