blob: f8e892680e2231ef5113d7c5149f4cb1e1ab6239 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- CMakeLists.txt.orig 2022-02-15 12:57:57 UTC
+++ CMakeLists.txt
@@ -11,7 +11,6 @@ include("${IMHEX_BASE_FOLDER}/cmake/build_helpers.cmak
# Make sure project is configured correctly
setDefaultBuiltTypeIfUnset()
-detectBadClone()
# List plugin names here. Project name must match folder name
set(PLUGINS
@@ -28,7 +27,6 @@ configurePackingResources()
# Add ImHex sources
add_subdirectory(lib/libimhex)
add_subdirectory(main)
-add_custom_target(imhex ALL DEPENDS main)
# Add unit tests
add_subdirectory(tests EXCLUDE_FROM_ALL)
|