mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
8 lines
142 B
CMake
8 lines
142 B
CMake
add_library(dr_libs STATIC
|
|
dr_libs.cpp
|
|
)
|
|
|
|
target_include_directories(dr_libs PUBLIC
|
|
${CMAKE_SOURCE_DIR}/third_party/dr_libs/include
|
|
)
|