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=8231afad2250a80529b3275025133b3f17cc4ea8;hp=3d3efdb0017f84b3b2c7c46dec03ae69124bd4e3;hb=7ba3852764765e4ffe3ee420f639bd7f6091ccf0;hpb=42d5cde75896853569f7669e47b66c671a917a4d diff --git a/examples-codegen/example1/CMakeLists.txt b/examples-codegen/example1/CMakeLists.txt index 3d3efdb..8231afa 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_CURRENT_SOURCE_DIR}/../cmake/Libt2n.cmake) # command groups are listed here (seperated by spaces) setup_libt2n(t2nexample)