diff options
author | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2015-11-25 16:10:27 +0100 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2015-11-25 16:10:27 +0100 |
commit | e0a2c5261071a59670148300f7ebd25fd2eaeacf (patch) | |
tree | de10ca389725ea5f405ae43abc0f1ffe69bfad8d /cmakeconfig | |
parent | 9218241da68042f01bdc29584a57518a52c5b3f0 (diff) | |
download | efl-e0a2c5261071a59670148300f7ebd25fd2eaeacf.tar.gz |
cmake: Include module per default
if someone uses eolian its likly that he wants to install some rules
Diffstat (limited to 'cmakeconfig')
-rw-r--r-- | cmakeconfig/EolianConfig.cmake.in | 2 | ||||
-rw-r--r-- | cmakeconfig/EolianHelper.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cmakeconfig/EolianConfig.cmake.in b/cmakeconfig/EolianConfig.cmake.in index 4034dbe973..919881f724 100644 --- a/cmakeconfig/EolianConfig.cmake.in +++ b/cmakeconfig/EolianConfig.cmake.in @@ -39,3 +39,5 @@ if(_pkgconfig_failed) else() set (EOLIAN_EO_DIR ${_pkgconfig_invoke_result}) endif() + +include(${CMAKE_CURRENT_LIST_DIR}/EolianHelper.cmake) diff --git a/cmakeconfig/EolianHelper.cmake b/cmakeconfig/EolianHelper.cmake index 9b0397327e..56eca6ffc8 100644 --- a/cmakeconfig/EolianHelper.cmake +++ b/cmakeconfig/EolianHelper.cmake @@ -1,4 +1,3 @@ -find_package(Eolian 1.16 REQUIRED) # macro to create a eolian generated c source file # # macro adds a generate rule, which depends on the original file the rule will output file.x |