X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FLibt2n.cmake;h=2e322764526ed8d4c1433b6c062c007203f8f52e;hp=f547fe97a3b8d61676cb00c6d86ac6080895829b;hb=3721c85af3d64811e5257bf58e2866a84d348fe4;hpb=34721cc426d4664e002391ac8e7bd96215cd278f diff --git a/codegen/Libt2n.cmake b/codegen/Libt2n.cmake index f547fe9..2e32276 100644 --- a/codegen/Libt2n.cmake +++ b/codegen/Libt2n.cmake @@ -1,4 +1,4 @@ -# Version of this file: 1.3 +# Version of this file: 1.3.1 # Detect libt2n pkg_check_modules(LIBT2N REQUIRED libt2n) @@ -107,7 +107,7 @@ function(setup_libt2n) set_target_properties(${CMDGROUP}-static PROPERTIES CLEAN_DIRECT_OUTPUT 1) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${CMDGROUP}_client.hxx ${CMDGROUP}.hxx - DESTINATION include + DESTINATION include/${PROJECT_NAME} COMPONENT headers )