TARGET_COMPILE_OPTIONS(${EXAMPLE}.example PUBLIC ${DALI_PHYSICS_3D_CFLAGS}) TARGET_LINK_LIBRARIES(${EXAMPLE}.example ${DALI_PHYSICS_3D_LDFLAGS}) MESSAGE(STATUS "Included dependencies for ${EXAMPLE}") MESSAGE(STATUS " Compile options: ${DALI_PHYSICS_3D_CFLAGS}") MESSAGE(STATUS " Link options: ${DALI_PHYSICS_3D_LDFLAGS}")