diff options
author | Kargatum <dowlandtop@yandex.com> | 2019-04-02 03:41:08 +0700 |
---|---|---|
committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-04-01 22:41:08 +0200 |
commit | eae9affec99181cec14fa4fd0449bb9f8e02565f (patch) | |
tree | 26b106ea2f6268cd2e4e75b63de6e4a0322aaead /src/genrev | |
parent | 0f174eff0142c60d3c631c23b5348d3f43fd444b (diff) |
feat(Cmake): Rewrite build and use inherited dependencies (#1652)
Diffstat (limited to 'src/genrev')
-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 64b2abdf74..cd1d2109a7 100644 --- a/src/genrev/CMakeLists.txt +++ b/src/genrev/CMakeLists.txt @@ -13,3 +13,8 @@ add_custom_target(revision.h ALL COMMAND ${CMAKE_COMMAND} -DBUILDDIR=${CMAKE_BINARY_DIR} -P ${CMAKE_SOURCE_DIR}/src/cmake/genrev.cmake WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} ) + +set_target_properties(revision.h + PROPERTIES + FOLDER + "server") |