first commit.

This commit is contained in:
root
2025-02-26 13:26:50 +00:00
commit b5f1c3343a
10 changed files with 378 additions and 0 deletions

11
CMakeLists.txt Normal file
View File

@ -0,0 +1,11 @@
add_subdirectory(/root/Projects/Kylin Kylin)
add_executable(Older main.cpp
Application.h Application.cpp
Settings.h Settings.cpp
)
target_link_libraries(Older
PRIVATE Kylin::Core
)