diff options
Diffstat (limited to '')
| -rw-r--r-- | CMakeScripts/Modules/sigcpp_test.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/CMakeScripts/Modules/sigcpp_test.cpp b/CMakeScripts/Modules/sigcpp_test.cpp deleted file mode 100644 index b4cf2c773..000000000 --- a/CMakeScripts/Modules/sigcpp_test.cpp +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Building this using: - - g++ `pkg-config --cflags sigc++-2.0` sigcpp_test.cpp - - Results in an error. - * */ -#include <stddef.h> -#include <string> -#include <sigc++/signal.h> - -int main() -{ - return 0; -} |
