Skip to content

Commit

Permalink
Fixed CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
rk020 committed Oct 11, 2024
1 parent e99956a commit 8681b59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source_group("Source Files" FILES
)

set(SOURCE_FILES_INTEL
${CMAKE_CURRENT_LIST_DIR}/Intel/IntelDisplayControllerAdapter.cpp
${CMAKE_CURRENT_LIST_DIR}/Intel/IntelDisplayController.cpp
)

source_group("Source Files\\intel" FILES
Expand All @@ -27,7 +27,6 @@ source_group("Source Files\\intel" FILES

set(SOURCE_FILES_IMGUI
${CMAKE_CURRENT_LIST_DIR}/../submodules/imgui/imgui.cpp
${CMAKE_CURRENT_LIST_DIR}/../submodules/imgui/imgui_demo.cpp
${CMAKE_CURRENT_LIST_DIR}/../submodules/imgui/imgui_draw.cpp
${CMAKE_CURRENT_LIST_DIR}/../submodules/imgui/imgui_tables.cpp
${CMAKE_CURRENT_LIST_DIR}/../submodules/imgui/imgui_widgets.cpp
Expand All @@ -52,15 +51,15 @@ set(HEADER_FILES
${CMAKE_CURRENT_LIST_DIR}/D3DManager.h
${CMAKE_CURRENT_LIST_DIR}/AppContext.h
${CMAKE_CURRENT_LIST_DIR}/DisplayRefreshRateController.h
${CMAKE_CURRENT_LIST_DIR}/DisplayControllerInterface.h
${CMAKE_CURRENT_LIST_DIR}/IDisplayController.h
)

source_group("Header Files" FILES
${HEADER_FILES}
)

set(HEADER_FILES_INTEL
${CMAKE_CURRENT_LIST_DIR}/Intel/IntelDisplayControllerAdapter.h
${CMAKE_CURRENT_LIST_DIR}/Intel/IntelDisplayController.h
)

source_group("Header Files\\intel" FILES
Expand Down

0 comments on commit 8681b59

Please sign in to comment.