Skip to content

Commit

Permalink
update UCMake
Browse files Browse the repository at this point in the history
0.6.1
  • Loading branch information
Ubpa committed Jul 6, 2020
1 parent 809e9fa commit 7e1d1bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

project(UECS VERSION 0.9.5)
project(UECS VERSION 0.9.6)
message(STATUS "[Project] ${PROJECT_NAME}")

include(cmake/InitUCMake.cmake)
Ubpa_InitUCMake()

Ubpa_InitProject()

Ubpa_AddDep(UContainer 0.0.4)
Ubpa_AddDep(UTemplate 0.4.4)
Ubpa_AddDep(UGraphviz 0.1.0)
Ubpa_AddDep(UContainer 0.0.6)
Ubpa_AddDep(UTemplate 0.4.6)
Ubpa_AddDep(UGraphviz 0.1.1)

Ubpa_AddSubDirsRec(include)
Ubpa_AddSubDirsRec(src)
Expand Down
2 changes: 1 addition & 1 deletion cmake/InitUCMake.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
macro(Ubpa_InitUCMake)
include(FetchContent)
set(UCMake_VERSION 0.5.5)
set(UCMake_VERSION 0.6.1)
message(STATUS "find package: UCMake ${UCMake_VERSION}")
find_package(UCMake ${UCMake_VERSION} QUIET)
if(NOT UCMake_FOUND)
Expand Down
4 changes: 2 additions & 2 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Ubpa_AddTarget(
MODE STATIC
SOURCE
"${PROJECT_SOURCE_DIR}/include/UECS"
"${PROJECT_SOURCE_DIR}/include/UECS"
LIB
Ubpa::UTemplate_core
Ubpa::UContainer_core
Ubpa::UGraphviz_core
INC
"include"
"${PROJECT_SOURCE_DIR}/include"
)

0 comments on commit 7e1d1bb

Please sign in to comment.