dependencies.cmake
322 Bytes
TARGET_COMPILE_OPTIONS(${EXAMPLE}.example PUBLIC ${DALI_PHYSICS_2D_CFLAGS})
TARGET_LINK_LIBRARIES(${EXAMPLE}.example ${DALI_PHYSICS_2D_LDFLAGS})
MESSAGE(STATUS "Included dependencies for ${EXAMPLE}")
MESSAGE(STATUS " Compile options: ${DALI_PHYSICS_2D_CFLAGS}")
MESSAGE(STATUS " Link options: ${DALI_PHYSICS_2D_LDFLAGS}")