mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +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)
|
||
|
|
||
|
|