Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Sep 9, 2024
1 parent 329ef5b commit fbc9b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit fbc9b82

Please sign in to comment.