X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample2-client%2FCMakeLists.txt;fp=examples-codegen%2Fexample2-client%2FCMakeLists.txt;h=00d5315d0f339bd73ed83f9093f71db7f6d5b27c;hp=59ebbe2b7829881aad5f90c2cefdd4e9f68712c5;hb=7ba3852764765e4ffe3ee420f639bd7f6091ccf0;hpb=42d5cde75896853569f7669e47b66c671a917a4d diff --git a/examples-codegen/example2-client/CMakeLists.txt b/examples-codegen/example2-client/CMakeLists.txt index 59ebbe2..00d5315 100644 --- a/examples-codegen/example2-client/CMakeLists.txt +++ b/examples-codegen/example2-client/CMakeLists.txt @@ -13,11 +13,11 @@ set(CPACK_SOURCE_IGNORE_FILES "~$;\\\\.git;build;build-rpm") set(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${VERSION}") # Find external packages -include(FindPkgConfig) +# include(FindPkgConfig) -pkg_check_modules(DEFAULT REQUIRED default=0.1) -include_directories(${DEFAULT_INCLUDE_DIRS}) -link_directories(${DEFAULT_LIBRARY_DIRS}) +# pkg_check_modules(DEFAULT REQUIRED default=0.1) +# include_directories(${DEFAULT_INCLUDE_DIRS}) +# link_directories(${DEFAULT_LIBRARY_DIRS}) include(CPack) @@ -30,7 +30,8 @@ set(libt2n_example2_client_SOURCES add_executable(libt2n-example2-client ${libt2n_example2_client_SOURCES}) # Dependencies -target_link_libraries(libt2n-example2-client ${DEFAULT_LIBRARIES}) +# target_link_libraries(libt2n-example2-client ${DEFAULT_LIBRARIES}) +target_link_libraries(libt2n-example2-client default) # Installation # install(TARGETS libt2n-example2-client DESTINATION bin)