• Skip to primary navigation
  • Skip to content
  • Skip to footer
๐Ÿš€ DEV.log
  • Home
  • Category
  • Portfolio
    1. Home
    2. /
    3. Others
    4. /
    5. Cmake tips
    Won-Jin Kim

    Won-Jin Kim

    Software Engineer

    • Canada
    • Email
    • GitHub
    • ๐Ÿ—‚ Total Number of Posts: 42
    • C/C++/C#
      • C ++ (18)
      • C++ Tips (17)
      Coding Test
      • Leetcode(8)
      Programming
      • System (4)
      • Computer Graphics (5)
      AI
      • Decision Support System(DSS) (1)
      Others
      • Others (4)

    Cmake tips

    less than 1 minute read

    Categories: others

    Tags: visual studio, windows

    On this page

    • Disabling warnings from third-party header only library

    Disabling warnings from third-party header only library

    Mark the include path as SYSTEM

    include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/libs/glm)
    

    Updated: December 25, 2022

    Previous Post  Setting Output directory for project that uses cmake This is most recent post

    Share on

    Twitter Facebook LinkedIn

    Leave a comment

    You may also enjoy

    Raw string literals 2023.01.28 cpp-tips Cpp C++
    Introduction to Java 2023.01.13 Programming Java OOP
    C++ Lambda, std::function, function pointer 2023.01.12 cpp-tips Cpp C++
    std::optional 2023.01.11 cpp-tips Cpp C++
    C++ tips 2023.01.11 cpp-tips Cpp Programming C++
    Stop using reinterpret_cast 2023.01.08 cpp-tips Cpp C++
    Features from c++ 98 2023.01.03 cpp-tips Cpp C++
    Important parts of C++17 2022.12.28 cpp-tips Cpp C++
    • Follow:
    • GitHub
    • Feed
    © 2023 Won-Jin Kim. Powered by Jekyll & Minimal Mistakes.