X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FCMakeLists.txt;h=55d524325dabd2adedfc97f418f6047b30f9cb43;hp=cbdf18fe53d6fbeb485635b48b992867531b0b7e;hb=a63e08b83794273da3840e0b8bf15bf0085fe3c4;hpb=ab2a4234912fd8325e966235d592b632290413df diff --git a/codegen/CMakeLists.txt b/codegen/CMakeLists.txt index cbdf18f..55d5243 100644 --- a/codegen/CMakeLists.txt +++ b/codegen/CMakeLists.txt @@ -4,11 +4,13 @@ set(CPP_HEADERS codegen-stubhead.hxx) include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}) # Executables -add_executable(libt2n_codegen ${CPP_SOURCES}) +add_executable(libt2n-codegen ${CPP_SOURCES}) # Dependencies -target_link_libraries(libt2n_codegen ${XMLPP_LIBRARIES}) +target_link_libraries(libt2n-codegen ${XMLPP_LIBRARIES}) # Installation -install(TARGETS libt2n_codegen DESTINATION bin) +install(TARGETS libt2n-codegen DESTINATION bin) install(FILES ${CPP_HEADERS} DESTINATION include) +install(FILES clientlib.pc.in DESTINATION share/libt2n) +install(FILES Libt2n.cmake DESTINATION ${CMAKE_ROOT}/Modules)