3 lines
94 B
CMake
3 lines
94 B
CMake
|
add_library(mybase64 STATIC mybase64.cpp)
|
||
|
target_include_directories(mybase64 PUBLIC include)
|