Skip to content

Commit

Permalink
馃敤 Attempt to include things directly, which may work better
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Jun 29, 2021
1 parent c060653 commit 2c4a31d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ set(CMAKE_PROJECT_INCLUDE ${ZTD_CMAKE_PROJECT_PRELUDE})
# # Project declaration
# informs about the project, gives a description, version and MOST IMPORTANTLY
# the languages the project is going to use. Required.

project(ztd.text
VERSION 0.0.0
DESCRIPTION "A spicy text library."
Expand Down Expand Up @@ -86,6 +85,15 @@ if (NOT CMAKE_CXX_STANDARD GREATER_EQUAL 20)
endif()

# # Dependencies
# includes
include(CheckIPOSupported)
include(CMakeDependentOption)
include(CMakePrintHelpers)
include(GNUInstallDirs)
include(FeatureSummary)
include(FetchContent)
include(CTest)

# ztd.version
FetchContent_Declare(ztd.version
GIT_REPOSITORY https://github.com/soasis/version
Expand Down

0 comments on commit 2c4a31d

Please sign in to comment.