summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c9fdec..b83057d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ file(GLOB SOURCES
"src/rodeo.c"
"src/rodeo_math.c"
"src/rodeo_types.c"
- "src/rodeo_error.c"
+ "src/rodeo_string.c"
)
#add_library(lib src/lib.c)
@@ -94,6 +94,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
PUBLIC external/bgfx/include
PUBLIC external/bx/include
PUBLIC external/cglm/include
+ PUBLIC external/STC/include
PUBLIC include
PRIVATE src
)
@@ -107,6 +108,7 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
PUBLIC external/bgfx/include
PUBLIC external/bx/include
PUBLIC external/cglm/include
+ PUBLIC external/STC/include
PUBLIC include
PRIVATE src
)