Skip to content

Commit

Permalink
FEXQonfig: Remove unused code from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
neobrain committed Aug 24, 2024
1 parent bebf420 commit 6c92f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tools/FEXQonfig/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(CMAKE_AUTOMOC ON)

add_executable(FEXQonfig)
target_sources(FEXQonfig PRIVATE Main.cpp Main.h ${QT_RESOURCES})
target_sources(FEXQonfig PRIVATE Main.cpp Main.h)
target_include_directories(FEXQonfig PRIVATE ${CMAKE_SOURCE_DIR}/Source/)
target_link_libraries(FEXQonfig PRIVATE Common)
if (Qt6_FOUND)
Expand Down

0 comments on commit 6c92f94

Please sign in to comment.