refcnt: build tweaks
This commit is contained in:
parent
8ba04142ea
commit
5f22bca0dc
1 changed files with 4 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
set(SELF_LIBRARY_NAME refcnt)
|
||||
set(SELF_SOURCE_FILES Refcounted.cpp Displayable.cpp)
|
||||
|
||||
xo_add_shared_library(${SELF_LIBRARY_NAME} ${PROJECT_VERSION} 1 ${SELF_SOURCE_FILES})
|
||||
xo_internal_dependency(${SELF_LIBRARY_NAME} indentlog)
|
||||
set(SELF_LIB refcnt)
|
||||
set(SELF_SRCS Refcounted.cpp Displayable.cpp)
|
||||
|
||||
xo_add_shared_library(${SELF_LIB} ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
xo_dependency_headeronly(${SELF_LIB} indentlog)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue