mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-13 05:06:28 +00:00
3 lines
256 B
CMake
3 lines
256 B
CMake
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/main.qml DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
|
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/ContactForm.qml DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
|
add_nim_executable(TARGET ContactApp SOURCES main.nim PATHS ../../NimQml) |