Skip to content

Commit 397bf58

Browse files
committed
remove binary exposure
1 parent b3513b0 commit 397bf58

File tree

3 files changed

+2
-229
lines changed

3 files changed

+2
-229
lines changed

CMakeLists.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,4 @@ option(ENABLE_TESTS "Enable building tests" ON)
4343
if (ENABLE_TESTS)
4444
enable_testing()
4545
add_subdirectory(tests)
46-
endif ()
47-
48-
# --- Console Application (Developer Tool) ---
49-
add_executable(confidential_utility tools/confidential_utility.cpp)
50-
target_link_libraries(confidential_utility PRIVATE mpt-crypto)
51-
target_include_directories(confidential_utility PRIVATE
52-
include
53-
src/utility
54-
)
55-
46+
endif ()

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def config_options(self):
3232
del self.options.fPIC
3333

3434
def layout(self):
35-
cmake_layout(self, src_folder=".")
35+
cmake_layout(self, src_folder="src")
3636
self.folders.generators = "build/generators"
3737

3838
def generate(self):

tools/confidential_utility.cpp

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

0 commit comments

Comments
 (0)