X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample1%2FCMakeLists.txt;h=eb0f0d9db51dc22b364f54efedadad9d73f29215;hp=3d3efdb0017f84b3b2c7c46dec03ae69124bd4e3;hb=HEAD;hpb=471f240f070a5e34892f90be2b0dfc55c09c6fc7 diff --git a/examples-codegen/example1/CMakeLists.txt b/examples-codegen/example1/CMakeLists.txt index 3d3efdb..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_SOURCE_DIR}/../cmake/Libt2n.cmake) +include(${CMAKE_SOURCE_DIR}/codegen/Libt2n.cmake) # command groups are listed here (seperated by spaces) setup_libt2n(t2nexample)