From fbc9b825be13c75dd1ae2d3f39f715b97fadb7e7 Mon Sep 17 00:00:00 2001 From: nhatdongdang <144138246+nhatdongdang@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:36:06 +1000 Subject: [PATCH] test --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40db0105..0a4d14d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,13 +50,13 @@ install(TARGETS ${PROJECT_NAME} ) # Build examples -add_executable(pyramid example/pyramid.cpp) +add_executable(pyramid EXCLUDE_FROM_ALL example/pyramid.cpp) target_link_libraries(pyramid ${PROJECT_NAME}) -add_executable(hello_minecraft example/hello_minecraft.cpp) +d_executable(hello_minecraft EXCLUDE_FROM_ALL example/hello_minecraft.cpp) target_link_libraries(hello_minecraft ${PROJECT_NAME}) # CPack setup SET(CPACK_GENERATOR "DEB") SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "rozukke") -INCLUDE(CPack) +INCLUDE(CPack) \ No newline at end of file