Skip to content

Commit ae8d072

Browse files
import gui
1 parent 94deb4d commit ae8d072

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2398
-6
lines changed

keychain_cmd_app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(APPLE)
2222
endif()
2323

2424
SET(BOOST_COMPONENTS)
25-
LIST(APPEND BOOST_COMPONENTS log date_time system filesystem program_options signals serialization chrono unit_test_framework locale thread exception iostreams)
25+
LIST(APPEND BOOST_COMPONENTS log date_time system filesystem program_options serialization chrono unit_test_framework locale thread exception iostreams)
2626
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )
2727

2828
SET(BOOST_ROOT $ENV{BOOST_ROOT})

keychain_linux/passentry_gui/CMakeLists.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set(CMAKE_AUTOMOC ON)
2424
find_library(LIB_PTHREAD NAME pthread HINTS "/usr/lib/x86_64-linux-gnu")
2525

2626
SET(BOOST_COMPONENTS)
27-
LIST(APPEND BOOST_COMPONENTS date_time system filesystem program_options signals serialization chrono unit_test_framework locale iostreams)
27+
LIST(APPEND BOOST_COMPONENTS date_time system filesystem program_options serialization chrono unit_test_framework locale iostreams)
2828
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )
2929

3030
set(Boost_USE_MULTITHREADED ON)
@@ -34,6 +34,9 @@ FIND_PACKAGE(Boost 1.65 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
3434
SET(Boost_LIBRARIES ${Boost_LIBRARIES})
3535

3636
include_directories(
37+
"include"
38+
"../../keychain_lib/include"
39+
"../../libraries/kaitai_struct_cpp_stl_runtime"
3740
"../../libraries/fc_light/include"
3841
"/usr/include/libcxxabi"
3942
"${OPENSSL_ROOT_DIR}/include"
@@ -43,8 +46,8 @@ include_directories(
4346
find_package(Qt5Widgets CONFIG REQUIRED)
4447
find_library(LIB_OPENSSL NAME crypto HINTS "${OPENSSL_ROOT_DIR}/lib")
4548

46-
file(GLOB GUI_SOURCES "./*.cpp")
47-
file(GLOB GUI_INCLUDE "./*.hpp")
49+
file(GLOB GUI_SOURCES "./src/*.cpp")
50+
file(GLOB GUI_INCLUDE "./include/*.hpp")
4851

4952
add_executable(passentry_gui ${GUI_SOURCES} ${GUI_INCLUDE})
5053

Loading
292 Bytes
Loading
736 Bytes
Loading
635 Bytes
Loading
Loading
315 Bytes
Loading
397 Bytes
Loading
Loading

0 commit comments

Comments
 (0)