This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | project(LumaRange C) | |
| # Set the C standard | |
| set(CMAKE_C_STANDARD 99) | |
| set(CMAKE_C_STANDARD_REQUIRED ON) | |
| set(IP_ENABLE_UNICODE OFF) | |
| set(IP_ENABLE_DOCTEST OFF) | |
| if(MSVC) |