Files
create/tests/src/Mod/Spreadsheet/App/CMakeLists.txt
2025-02-22 20:48:30 -06:00

8 lines
168 B
CMake

target_sources(Spreadsheet_tests_run PRIVATE
PropertySheet.cpp
)
target_include_directories(Spreadsheet_tests_run PUBLIC
${CMAKE_BINARY_DIR}
)