Skip to content

Commit

Permalink
update package project (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLartians authored Apr 20, 2020
1 parent 407dd24 commit d21ff2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include(cmake/CPM.cmake)
CPMAddPackage(
NAME PackageProject.cmake
GITHUB_REPOSITORY TheLartians/PackageProject.cmake
VERSION 1.0
VERSION 1.1
)

# ---- Add source files ----
Expand Down Expand Up @@ -68,4 +68,5 @@ packageProject(
BINARY_DIR ${PROJECT_BINARY_DIR}
INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include
INCLUDE_DESTINATION include/${PROJECT_NAME}-${PROJECT_VERSION}
DEPENDENCIES ""
)

0 comments on commit d21ff2d

Please sign in to comment.