compile fixes + unit tests

This commit is contained in:
Roland Conybeare 2023-10-23 15:54:57 -04:00
commit 797db3e021
10 changed files with 114 additions and 9 deletions

View file

@ -0,0 +1,5 @@
set(SELF_LIB distribution)
set(SELF_SRCS Normal.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
xo_dependency(${SELF_LIB} refcnt)

View file

@ -0,0 +1,9 @@
/* @file Normal.cpp */
#include "Normal.hpp"
namespace xo {
} /*namespace xo*/
/* end Normal.cpp */