You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 regels
422 B

  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=@CMAKE_INSTALL_PREFIX@/@ASSIMP_BIN_INSTALL_DIR@
  3. libdir=@CMAKE_INSTALL_PREFIX@/@ASSIMP_LIB_INSTALL_DIR@
  4. includedir=@CMAKE_INSTALL_PREFIX@/@ASSIMP_INCLUDE_INSTALL_DIR@/assimp
  5. Name: @CMAKE_PROJECT_NAME@
  6. Description: Import various well-known 3D model formats in an uniform manner.
  7. Version: @PROJECT_VERSION@
  8. Libs: -L${libdir} -lassimp@ASSIMP_LIBRARY_SUFFIX@
  9. Cflags: -I${includedir}