cmake fixes for JSON adding

This commit is contained in:
Marian Krivos
2012-07-31 06:44:40 +00:00
parent a31370fa55
commit a00602dd37
21 changed files with 23 additions and 21 deletions

View File

@@ -3,6 +3,6 @@ set(SAMPLE_NAME "TimeServer-apache")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)
add_library( ${SAMPLE_NAME} SHARED ${LOCAL_SRCS} )
add_library( ${SAMPLE_NAME} ${LOCAL_SRCS} )
#set_target_properties( ${SAMPLE_NAME} PROPERTIES COMPILE_FLAGS ${RELEASE_CXX_FLAGS} )
target_link_libraries( ${SAMPLE_NAME} PocoNet PocoFoundation )