initial commit
This commit is contained in:
commit
7ca79b731d
5 changed files with 89 additions and 0 deletions
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.31)
|
||||
project(lily_png)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_subdirectory(file_reader)
|
||||
|
||||
add_library(lily_png STATIC library.cpp)
|
||||
|
||||
target_link_libraries(lily_png file_read)
|
Loading…
Add table
Add a link
Reference in a new issue