add_executable (testclothoid testclothoid.cc) add_executable (testclothoid-static EXCLUDE_FROM_ALL testclothoid.cc ) SET_TARGET_PROPERTIES(testclothoid PROPERTIES OUTPUT_NAME "testclothoid") SET_TARGET_PROPERTIES(testclothoid-static PROPERTIES OUTPUT_NAME "testclothoid") target_link_libraries (testclothoid ${LIBS} gnurbs-dynamic ${NUTIL_EXTERNAL_LIBRARIES} ) target_link_libraries (testclothoid-static ${LIBS} gnurbs-static ${NUTIL_EXTERNAL_LIBRARIES} )