compile fixes + unit tests
This commit is contained in:
parent
e281bc9213
commit
797db3e021
10 changed files with 114 additions and 9 deletions
5
src/distribution/CMakeLists.txt
Normal file
5
src/distribution/CMakeLists.txt
Normal 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)
|
||||
9
src/distribution/Normal.cpp
Normal file
9
src/distribution/Normal.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* @file Normal.cpp */
|
||||
|
||||
#include "Normal.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end Normal.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue