Last change
on this file since 4658 was
299,
checked in by jrpelegrina, 5 years ago
|
First release to xenial
|
File size:
473 bytes
|
Line | |
---|
1 | |
---|
2 | # *** lliurex megaphone main cmake **** |
---|
3 | cmake_minimum_required (VERSION 2.8) |
---|
4 | project (lliurex-megaphone) |
---|
5 | |
---|
6 | add_subdirectory(src) |
---|
7 | |
---|
8 | add_custom_target(update-pot COMMAND xgettext -d lliurex-megaphone -s --keyword=T -o lliurex-megaphone.pot ${CMAKE_SOURCE_DIR}/src/main.cpp) |
---|
9 | add_custom_target(dist COMMAND cp ${CMAKE_SOURCE_DIR}/rsrc/* $<TARGET_FILE_DIR:lliurex-megaphone>/) |
---|
10 | |
---|
11 | |
---|
12 | install(FILES ${CMAKE_SOURCE_DIR}/rsrc/interface.glade DESTINATION share/lliurex-megaphone/rsrc/) |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.