mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-30 01:49:20 +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)
|
|
|
|
|