blob: ee06b971a8c028abd0047631fba966f5cd1d6c9b (
plain)
1
2
3
4
5
|
# QMLOADER_FILES comes from parent CMakeLists.txt. This is not something we
# want people to do, but it's unfortunately something projects have done and we
# need to keep them building
add_executable(tr_test_subdir ../tr_test.cpp ${QMLOADER_FILES})
target_link_libraries(tr_test_subdir PRIVATE Qt5::Core)
|