Skip to content

Commit 4fdfe2e

Browse files
committed
πŸ”₯ Remove create-report exe
1 parent 32e4922 commit 4fdfe2e

File tree

3 files changed

+0
-79
lines changed

3 files changed

+0
-79
lines changed

β€Žsrc/CMakeLists.txtβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ if (BUILD_GUI)
3535
include(gui.cmake)
3636
endif ()
3737

38-
option(BUILD_CREATE_REPORT "Build the Create-Report executable" "${BUILD_EXECUTABLES}")
39-
if (BUILD_CREATE_REPORT)
40-
include(create-report.cmake)
41-
endif ()
42-
4338
option(BUILD_LOADER_DATA "Build the loader-data executable" "${BUILD_EXECUTABLES}")
4439
if (BUILD_LOADER_DATA)
4540
include(loader-data.cmake)

β€Žsrc/create-report.cmakeβ€Ž

Lines changed: 0 additions & 32 deletions
This file was deleted.

β€Žsrc/windows/wWinMain-create-report.cppβ€Ž

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
Β (0)