Forráskód Böngészése

Re-applied megasource-specific changes to FreeType's CMakeLists.txt.

Alex Szpakowski 9 éve
szülő
commit
47c56a7cbc
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      libs/freetype-2.7/CMakeLists.txt

+ 4 - 1
libs/freetype-2.7/CMakeLists.txt

@@ -364,7 +364,7 @@ endif ()
 
 if (NOT CMAKE_VERSION VERSION_LESS 2.8.11)
   target_include_directories(freetype
-    PUBLIC $<INSTALL_INTERFACE:include/freetype2>)
+    PUBLIC include)
 endif ()
 
 if (CMAKE_VERSION VERSION_LESS 2.8.12)
@@ -392,6 +392,7 @@ if (HARFBUZZ_FOUND)
 endif ()
 
 
+if (NOT MEGA)
 # Installations
 # Note the trailing slash in the argument to the `DIRECTORY' directive
 if (NOT SKIP_INSTALL_HEADERS AND NOT SKIP_INSTALL_ALL)
@@ -449,4 +450,6 @@ if (NOT DEFINED FREETYPE_NO_DIST)
   add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
 endif ()
 
+endif() # NOT MEGA
+
 # eof