Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Sep 29, 2020
1 parent 746128a commit 05eab28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

project(UECS VERSION 0.13.0)
project(UECS VERSION 0.13.1)
message(STATUS "[Project] ${PROJECT_NAME}")

include(cmake/InitUCMake.cmake)
Expand Down
2 changes: 2 additions & 0 deletions src/app/CmptHashCode/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Ubpa_GetTargetName(core "${PROJECT_SOURCE_DIR}/src/core")
Ubpa_AddTarget(
MODE EXE
LIB
Ubpa::UTemplate_core
INC_PRIVATE
"${PROJECT_SOURCE_DIR}/include"
)

0 comments on commit 05eab28

Please sign in to comment.