cmake HAVE_CSTDDEF examples

seyoulee/ParameterizedMotion render/CMakeLists.txt :22

add_compile_options(-DHAVE_CSTDDEF)

seyoulee/ParameterizedMotion sim/CMakeLists.txt :10

add_compile_options(-DHAVE_CSTDDEF)

dartsim/dart cmake/DARTFindIPOPT.cmake :15

set_target_properties(IPOPT::ipopt PROPERTIES
    INTERFACE_INCLUDE_DIRECTORIES "${IPOPT_INCLUDE_DIRS}"
    INTERFACE_LINK_LIBRARIES "${IPOPT_LIBRARIES}"
    INTERFACE_COMPILE_DEFINITIONS HAVE_CSTDDEF
  )

nsimplex/ktools CMakeLists.txt :109

CHECK_INCLUDE_FILE_CXX (cstddef HAVE_CSTDDEF)

keenon/nimblephysics cmake/DARTFindIPOPT.cmake :15

set_target_properties(IPOPT::ipopt PROPERTIES
    INTERFACE_INCLUDE_DIRECTORIES "${IPOPT_INCLUDE_DIRS}"
    INTERFACE_LINK_LIBRARIES "${IPOPT_LIBRARIES}"
    INTERFACE_COMPILE_DEFINITIONS HAVE_CSTDDEF
  )

casadi/casadi cmake/FindBONMIN.cmake :37

target_compile_definitions(bonmin INTERFACE HAVE_CSTDDEF)

casadi/casadi cmake/FindIPOPT.cmake :60

target_compile_definitions(ipopt INTERFACE HAVE_CSTDDEF)

opensim-org/opensim-core cmake/FindIPOPT.cmake :58

target_compile_definitions(ipopt INTERFACE HAVE_CSTDDEF)

cnr-isti-vclab/meshlab unsupported/plugins_unsupported/external/CoMISo/cmake/FindIPOPT.cmake :53

add_definitions( -DHAVE_CSTDDEF )

ComputationalBiomechanicsLab/opensim-creator third_party/libosim/opensim-core/cmake/FindIPOPT.cmake :58

target_compile_definitions(ipopt INTERFACE HAVE_CSTDDEF)