mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
gui: move source files to "src" subdirectory
This commit is contained in:
parent
2d150a2e8b
commit
cad11e5912
12 changed files with 6 additions and 6 deletions
|
|
@ -34,12 +34,12 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|||
set( PROGRAM_EXE ${PROJECT_NAME} )
|
||||
|
||||
set( PROGRAM_SRC
|
||||
main.cpp
|
||||
MainWindow.cpp
|
||||
GenerateWindow.cpp
|
||||
SearchWindow.cpp
|
||||
MultiSelect.cpp
|
||||
helpers.cpp
|
||||
src/main.cpp
|
||||
src/MainWindow.cpp
|
||||
src/GenerateWindow.cpp
|
||||
src/SearchWindow.cpp
|
||||
src/MultiSelect.cpp
|
||||
src/helpers.cpp
|
||||
)
|
||||
|
||||
add_executable( ${PROGRAM_EXE} WIN32 ${PROGRAM_SRC} )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue