Skip to content

Commit

Permalink
- Add missing codes in lib/usd/ui that was caused by a bad merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed Sabri committed Mar 5, 2020
1 parent e25fa48 commit e402ced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/usd/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ target_sources(${PROJECT_NAME}
PRIVATE
cmds/USDImportDialogCmd.cpp
factories/TreeModelFactory.cpp
images/ui.qrc
views/ItemDelegate.cpp
views/TreeItem.cpp
views/TreeModel.cpp
views/USDImportDialog.cpp
views/USDImportDialog.ui
views/USDQtUtil.cpp
)

# -----------------------------------------------------------------------------
Expand All @@ -43,11 +45,13 @@ set(mayaUsdUI_headers
api.h
cmds/USDImportDialogCmd.h
factories/TreeModelFactory.h
views/IMayaMQtUtil.h
views/IUSDImportView.h
views/ItemDelegate.h
views/TreeItem.h
views/TreeModel.h
views/USDImportDialog.h
views/USDQtUtil.h
)

mayaUsd_promoteHeaderList(SUBDIR "ui" HEADERS ${mayaUsdUI_headers})
Expand All @@ -68,6 +72,7 @@ target_include_directories(${PROJECT_NAME}
PRIVATE
${MAYA_INCLUDE_DIRS}
${PXR_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/include
${CMAKE_CURRENT_SOURCE_DIR}
)

Expand Down
1 change: 1 addition & 0 deletions lib/usd/ui/demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ target_link_libraries(${PROJECT_NAME}
PRIVATE
# For now including this so we get boost path added.
usd
mayaUsd
mayaUsdUI
Qt5::Core
Qt5::Gui
Expand Down

0 comments on commit e402ced

Please sign in to comment.