Skip to content

Commit

Permalink
Merge pull request #1008 from leapmotion/feature-signal-header
Browse files Browse the repository at this point in the history
Restore <autowiring/signal.h>
  • Loading branch information
hham authored Oct 18, 2016
2 parents 6686fc1 + ae732c2 commit 6bde44e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/autowiring/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ set(Autowiring_SRCS
Parallel.cpp
registration.h
SatCounter.h
signal.h
signal_base.h
SlotInformation.cpp
SlotInformation.h
Expand Down Expand Up @@ -243,7 +244,7 @@ target_include_directories(
"${PROJECT_SOURCE_DIR}/contrib/autoboost"
PUBLIC
"$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>"
"$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/src>"
INTERFACE
"$<INSTALL_INTERFACE:include>"
)
Expand Down
2 changes: 1 addition & 1 deletion src/autowiring/autowiring.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#include "auto_in.h"
#include "auto_out.h"
#include "auto_prev.h"
#include "AutowiringVersion.h"
#include <autowiring/AutowiringVersion.h>
2 changes: 2 additions & 0 deletions src/autowiring/signal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Copyright (C) 2012-2016 Leap Motion, Inc. All rights reserved.
#include "auto_signal.h"

0 comments on commit 6bde44e

Please sign in to comment.