diff options
author | Naios <naios-dev@live.de> | 2016-03-14 15:45:39 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-03-19 23:19:52 +0100 |
commit | 0db4f018e8df1a44d2657ca21e2e47038c1aab06 (patch) | |
tree | 3924892183a3c06b7a98bd76f35e3a153d1d3ffb /src/genrev/CMakeLists.txt | |
parent | 853eee75b0f36b7d26262df50ba477d8ab96dfe6 (diff) |
CMake: Use inherited dependencies in common and tools
(cherry picked from commit abda7a910a760687f9c1b9e0893314e04982c0f1)
Diffstat (limited to 'src/genrev/CMakeLists.txt')
-rw-r--r-- | src/genrev/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/genrev/CMakeLists.txt b/src/genrev/CMakeLists.txt index 91a13609037..355e2043b51 100644 --- a/src/genrev/CMakeLists.txt +++ b/src/genrev/CMakeLists.txt @@ -13,3 +13,8 @@ add_custom_target(revision_data.h ALL COMMAND "${CMAKE_COMMAND}" -DBUILDDIR="${CMAKE_BINARY_DIR}" -P "${CMAKE_SOURCE_DIR}/cmake/genrev.cmake" "${CMAKE_BINARY_DIR}" WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" ) + +set_target_properties(revision_data.h + PROPERTIES + FOLDER + "server") |