mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
7 lines
126 B
CMake
7 lines
126 B
CMake
|
|
ADD_LIBRARY(cpp_base64 base64.cpp)
|
|
|
|
target_include_directories(cpp_base64 PUBLIC include PRIVATE include/cpp_base64)
|
|
|
|
|