10 lines
165 B
CMake
10 lines
165 B
CMake
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
add_subdirectory(App)
|
|
|
|
target_link_libraries(MeshPart_tests_run
|
|
gtest_main
|
|
${Google_Tests_LIBS}
|
|
MeshPart
|
|
)
|