- Fix long standing bug where the .cc dependencies were incorrectly
[platform/upstream/libzypp.git] / tools / registration / CMakeLists.txt
1 SET( querypool_SRC
2 zypp-query-pool.cc
3 )
4
5 ADD_EXECUTABLE( zypp-query-pool ${querypool_SRC} )
6 TARGET_LINK_LIBRARIES( zypp-query-pool zypp )
7 TARGET_LINK_LIBRARIES( zypp-query-pool xml2 )
8
9 INSTALL(TARGETS zypp-query-pool RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/zypp )