2022-02-07 17:35:25 +01:00
|
|
|
qt_wrap_cpp(test-cppchecklibrarydata_SRC testcppchecklibrarydata.h)
|
2021-12-17 21:49:32 +01:00
|
|
|
add_custom_target(build-cppchecklibrarydata-deps SOURCES ${test-cppchecklibrarydata_SRC})
|
|
|
|
add_dependencies(gui-build-deps build-cppchecklibrarydata-deps)
|
|
|
|
add_executable(test-cppchecklibrarydata
|
|
|
|
${test-cppchecklibrarydata_SRC}
|
|
|
|
testcppchecklibrarydata.cpp
|
|
|
|
${CMAKE_SOURCE_DIR}/gui/cppchecklibrarydata.cpp
|
|
|
|
)
|
|
|
|
target_include_directories(test-cppchecklibrarydata PRIVATE ${CMAKE_SOURCE_DIR}/gui)
|
2022-02-07 17:35:25 +01:00
|
|
|
target_link_libraries(test-cppchecklibrarydata ${QT_CORE_LIB} ${QT_TEST_LIB})
|