7 lines
187 B
CMake
7 lines
187 B
CMake
cmake_minimum_required (VERSION 3.5)
|
|
|
|
add_executable(gtest_mesa gtest_mesa_sts.cpp)
|
|
target_link_libraries(gtest_mesa gtest pcap pthread libmesa_sts)
|
|
|
|
file(COPY pcap DESTINATION ./)
|