mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +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_EXE ${PROJECT_NAME} )
|
||||||
|
|
||||||
set( PROGRAM_SRC
|
set( PROGRAM_SRC
|
||||||
main.cpp
|
src/main.cpp
|
||||||
MainWindow.cpp
|
src/MainWindow.cpp
|
||||||
GenerateWindow.cpp
|
src/GenerateWindow.cpp
|
||||||
SearchWindow.cpp
|
src/SearchWindow.cpp
|
||||||
MultiSelect.cpp
|
src/MultiSelect.cpp
|
||||||
helpers.cpp
|
src/helpers.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable( ${PROGRAM_EXE} WIN32 ${PROGRAM_SRC} )
|
add_executable( ${PROGRAM_EXE} WIN32 ${PROGRAM_SRC} )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue