10 lines
285 B
CMake
10 lines
285 B
CMake
|
|
set(target "nomad-shell")
|
|
set(working_dir "/home/cybrneko/dev/nomad/shell")
|
|
set(src_and_dest_list
|
|
"/home/cybrneko/dev/nomad/shell/qml/Main.qml"
|
|
"/home/cybrneko/dev/nomad/build/nomad/qml/Main.qml"
|
|
|
|
)
|
|
set(timestamp_file "/home/cybrneko/dev/nomad/build/.qt/nomad-shell_qml.txt")
|