mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
8 lines
174 B
Text
8 lines
174 B
Text
|
set (BENCHMARK_SRCS
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/benchmark.cpp
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/benchmark_serialize.cpp
|
||
|
PARENT_SCOPE)
|
||
|
|
||
|
set (BENCHMARK_CLIENT_SRCS
|
||
|
PARENT_SCOPE)
|