diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-14 17:19:45 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-16 00:07:28 +0200 |
| commit | 3c19406ee292e0ed7993bd4d3976cc34d40e2f22 (patch) | |
| tree | 67d185e95d647e56c074f4b3a30ac4f0d81e2ee6 /ext/Log4Qt/project-config.cmake.in | |
| parent | 630cc2e3097f2236a4c1191be6c955ec523d6f1a (diff) | |
Replaced ext/Log4Qt source with submodule
Diffstat (limited to 'ext/Log4Qt/project-config.cmake.in')
| -rw-r--r-- | ext/Log4Qt/project-config.cmake.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/Log4Qt/project-config.cmake.in b/ext/Log4Qt/project-config.cmake.in deleted file mode 100644 index a75271e..0000000 --- a/ext/Log4Qt/project-config.cmake.in +++ /dev/null @@ -1,11 +0,0 @@ -get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) - -include(${SELF_DIR}/@PROJECT_NAME@-targets.cmake) - -string(TOUPPER @PROJECT_NAME@ PROJECT_TO_UPPER) - -add_definitions(-D${PROJECT_TO_UPPER}) -if (NOT @LOG4QT_BUILD_STATIC@) - add_definitions(-D${PROJECT_TO_UPPER}_IMPORTS) -endif() -set(${PROJECT_TO_UPPER}_INCLUDE_DIRS @TARGET_INCLUDE_DIR@) |
