diff options
Diffstat (limited to 'scene/SCsub')
-rw-r--r-- | scene/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/SCsub b/scene/SCsub index b1892acabc..d8839ce3a8 100644 --- a/scene/SCsub +++ b/scene/SCsub @@ -7,6 +7,8 @@ env.scene_sources = [] # Thirdparty code thirdparty_dir = "#thirdparty/misc/" thirdparty_sources = [ + # C++ sources + "easing_equations.cpp", # C sources "mikktspace.c", ] |