Files
create/tests/src/Mod/Assembly/CMakeLists.txt
2025-10-09 13:50:17 -05:00

16 lines
323 B
CMake

# SPDX-License-Identifier: LGPL-2.1-or-later
add_subdirectory(App)
if (NOT FREECAD_USE_EXTERNAL_ONDSELSOLVER)
target_include_directories(Assembly_tests_run PUBLIC
${CMAKE_SOURCE_DIR}/src/3rdParty/OndselSolver
)
endif ()
target_link_libraries(Assembly_tests_run
gtest_main
${Google_Tests_LIBS}
Assembly
)