Skip to content

Instantly share code, notes, and snippets.

View BenSouchet's full-sized avatar
🌟
Probably coding somewhere...

Ben Souchet BenSouchet

🌟
Probably coding somewhere...
View GitHub Profile
@BenSouchet
BenSouchet / gist:7ef4652d4771123166eaba50a4d4ebf1
Created December 16, 2024 16:03
[TVPaint] LumaRange: CMakeLists.txt & LumaRange.def
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)