X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fcmake%2FCMakeLists.txt;h=8ed2c7eb34f5ca7503704c1b85aa2dfc9ea06fb3;hp=deb1c63a214006d654e243a5749349376b96df31;hb=HEAD;hpb=9621eb22108a1ca45bfc9b7774b729a381b5566a diff --git a/examples-codegen/cmake/CMakeLists.txt b/examples-codegen/cmake/CMakeLists.txt index deb1c63..8ed2c7e 100644 --- a/examples-codegen/cmake/CMakeLists.txt +++ b/examples-codegen/cmake/CMakeLists.txt @@ -5,12 +5,13 @@ set(t2n_mydaemon_GROUP ${CMAKE_SOURCE_DIR}/src/t2n_mydaemon.cpp ) -include(Libt2n.cmake) +include(${CMAKE_SOURCE_DIR}/codegen/Libt2n.cmake) +# Or "include(Libt2n)" if Libt2n.cmake is already installed in /${CMAKE_ROOT}/Modules # Call setup_libt2n with the CMDGROUP name setup_libt2n(t2n_mydaemon) -# ------------------------------------------------------------------------------------------------------ +# -------------------------------------------------------------------------------- set(keymaker_cpp_sources something.cpp