Browse Source

Fix unnecessary exposure of ik's generated header files.

Yao Wei Tjong 姚伟忠 8 năm trước cách đây
mục cha
commit
240e4d1c54
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/ThirdParty/ik/CMakeLists.txt

+ 1 - 1
Source/ThirdParty/ik/CMakeLists.txt

@@ -54,4 +54,4 @@ setup_library ()
 
 # Install headers for building the Urho3D library
 install_header_files (DIRECTORY include/ik/ DESTINATION ${DEST_INCLUDE_DIR}/ThirdParty/ik FILES_MATCHING PATTERN *.h USE_FILE_SYMLINK BUILD_TREE_ONLY)  # Note: the trailing slash is significant
-install_header_files (FILES ${CMAKE_CURRENT_BINARY_DIR}/include/generated/ik/export.h ${CMAKE_CURRENT_BINARY_DIR}/include/generated/ik/config.h DESTINATION ${DEST_INCLUDE_DIR}/ThirdParty/ik)
+install_header_files (FILES ${CMAKE_CURRENT_BINARY_DIR}/include/generated/ik/export.h ${CMAKE_CURRENT_BINARY_DIR}/include/generated/ik/config.h DESTINATION ${DEST_INCLUDE_DIR}/ThirdParty/ik BUILD_TREE_ONLY)