From 79f4b0d33cbb490f957d081bd7c8bc97bd4c689c Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 7 Feb 2023 17:52:17 -0600 Subject: fix parser using REJECT so that example works --- example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/CMakeLists.txt') diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 7951b9f..108d5cc 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ project(kalmia) target_sources(kalmia-example PUBLIC example.c) -file(COPY white-cube.dae DESTINATION ${CMAKE_BINARY_DIR}) +file(COPY suzanne.dae DESTINATION ${CMAKE_BINARY_DIR}) -- cgit v1.2.1