generated from bing/readnotes
11 lines
112 B
CMake
11 lines
112 B
CMake
|
set (SOURCE
|
||
|
reader.h
|
||
|
file.h
|
||
|
file.cpp
|
||
|
buffer.h
|
||
|
buffer.cpp
|
||
|
)
|
||
|
|
||
|
project(fonts)
|
||
|
add_library(reader SHARED ${SOURCE})
|