1 2 3 4 5 6 7 8 9 10 11
# compile the dynstring library set( SOURCES dynstring.c ) add_library(dynstring ${SOURCES}) if(XTRKCAD_TESTING) add_subdirectory( unittest ) endif(XTRKCAD_TESTING)