[Modified] reorganize the project

This commit is contained in:
bLueriVerLHR
2023-05-11 14:17:51 +08:00
parent f86bda7b50
commit 5fb23889fa
14 changed files with 174 additions and 20 deletions

8
laos/CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.12)
set(LA_OS_TARGET ${PROJECT_NAME}-os)
# get all cxx source files from lasim folder
file(GLOB_RECURSE LAOS_SRC ${CMAKE_CURRENT_SOURCE_DIR}/*.c)
add_executable(${LA_OS_TARGET} ${LAOS_SRC})