Rename TrickyStoreOSS to TEESimulator (#3)

We should keep the java class name to facilitate the process of tracking back commit history.
This commit is contained in:
JingMatrix
2025-11-02 15:56:33 +01:00
parent c5c81b80c3
commit ed9164d9d8
12 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Copyright 2025 Dakkshesh <beakthoven@gmail.com>
# SPDX-License-Identifier: GPL-3.0-or-later
cmake_minimum_required(VERSION 3.28)
project(TrickyStoreOSS)
project(TEESimulator)
find_package(cxx REQUIRED CONFIG)
link_libraries(cxx::cxx)