11 lines
237 B
CMake
11 lines
237 B
CMake
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
add_executable(Spreadsheet_tests_run
|
|
PropertySheet.cpp
|
|
RenameProperty.cpp
|
|
)
|
|
|
|
target_include_directories(Spreadsheet_tests_run PUBLIC
|
|
${CMAKE_BINARY_DIR}
|
|
)
|