Utils: (membind) Fix weird casting error when binding base-class members
[senf.git] / Utils / Console / SConscript
index 31345a6..c54f55c 100644 (file)
@@ -11,3 +11,4 @@ SENFSCons.StandardTargets(env)
 SENFSCons.Lib(env, sources)
 SENFSCons.Doxygen(env)
 SENFSCons.InstallIncludeFiles(env, includes)
+SENFSCons.Binary(env, "testServer", ['testServer.cc'])