Skip to content

Commit

Permalink
Merge pull request #40 from psaavedra/test_version-deprecated_missing
Browse files Browse the repository at this point in the history
Add version-deprecated.h in DERIVED_SOURCES_DIR (CMake)
  • Loading branch information
carlosgcampos authored Dec 3, 2018
2 parents db1d590 + 06682f4 commit 705103d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

set(DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR}/DerivedSources/wpe")
configure_file(include/wpe/version.h.cmake ${DERIVED_SOURCES_DIR}/version.h @ONLY)
configure_file(include/wpe/version-deprecated.h.cmake ${DERIVED_SOURCES_DIR}/version-deprecated.h @ONLY)

include(DistTargets)
include(GNUInstallDirs)
Expand Down Expand Up @@ -64,6 +65,7 @@ set(WPE_SOURCES

set(WPE_PUBLIC_HEADERS
${DERIVED_SOURCES_DIR}/version.h
${DERIVED_SOURCES_DIR}/version-deprecated.h
include/wpe/export.h
include/wpe/input.h
include/wpe/keysyms.h
Expand Down

0 comments on commit 705103d

Please sign in to comment.