From cf58c0efab4ac20e8e803b7185fefaa290a2f3e7 Mon Sep 17 00:00:00 2001 From: nhatdongdang <144138246+nhatdongdang@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:39:12 +1000 Subject: [PATCH] Fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a4d14d8..e2d44c3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ install(TARGETS ${PROJECT_NAME} # Build examples add_executable(pyramid EXCLUDE_FROM_ALL example/pyramid.cpp) target_link_libraries(pyramid ${PROJECT_NAME}) -d_executable(hello_minecraft EXCLUDE_FROM_ALL example/hello_minecraft.cpp) +add_executable(hello_minecraft EXCLUDE_FROM_ALL example/hello_minecraft.cpp) target_link_libraries(hello_minecraft ${PROJECT_NAME}) # CPack setup