first commit.
This commit is contained in:
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal 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
|
||||
)
|
Reference in New Issue
Block a user