X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample1%2FCMakeLists.txt;fp=examples-codegen%2Fexample1%2FCMakeLists.txt;h=eb0f0d9db51dc22b364f54efedadad9d73f29215;hp=8231afad2250a80529b3275025133b3f17cc4ea8;hb=b24bd083fe58d644ba3b4e8db76636dddd842b9d;hpb=abe6a17bbc65524d8e917d18762c0fcf5f5e28b2 diff --git a/examples-codegen/example1/CMakeLists.txt b/examples-codegen/example1/CMakeLists.txt index 8231afa..eb0f0d9 100644 --- a/examples-codegen/example1/CMakeLists.txt +++ b/examples-codegen/example1/CMakeLists.txt @@ -25,7 +25,7 @@ include(CPack) # for each command group list the files to parse for LIBT2N_EXPORT set(t2nexample_GROUP ${CMAKE_CURRENT_SOURCE_DIR}/t2nexample.cpp) # include CMake snippet doing all the magic -include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Libt2n.cmake) +include(${CMAKE_SOURCE_DIR}/codegen/Libt2n.cmake) # command groups are listed here (seperated by spaces) setup_libt2n(t2nexample)