summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/A/framework_interface/CMakeLists.txt
blob: 0e0065555756e01b4f2480c0ad917b4c53d48ec4 (plain)
1
2
3
4
5
6
7
8
9

add_library(exp_framework_test framework_test.cpp)
get_target_property(exp_loc exp_testLib4 LOCATION)
target_link_libraries(exp_framework_test ${exp_loc})


add_library(bld_framework_test framework_test.cpp)
get_target_property(bld_loc bld_testLib4 LOCATION)
target_link_libraries(bld_framework_test ${bld_loc})