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