File tree Expand file tree Collapse file tree 3 files changed +2
-229
lines changed
Expand file tree Collapse file tree 3 files changed +2
-229
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,4 @@ option(ENABLE_TESTS "Enable building tests" ON)
4343if (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 ()
Original file line number Diff line number Diff 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 ):
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments