From 05eab28dce21028440e26de3cd5019357c95d3b5 Mon Sep 17 00:00:00 2001 From: Ubpa Date: Tue, 29 Sep 2020 16:07:06 +0800 Subject: [PATCH] fix a bug --- CMakeLists.txt | 2 +- src/app/CmptHashCode/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a113f7..100d4b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/app/CmptHashCode/CMakeLists.txt b/src/app/CmptHashCode/CMakeLists.txt index 4dc3240..0cd4121 100644 --- a/src/app/CmptHashCode/CMakeLists.txt +++ b/src/app/CmptHashCode/CMakeLists.txt @@ -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" )