source:
lliurex-resolver/trunk/fuentes/src/CMakeLists.txt
@
1154
Last change on this file since 1154 was 1154, checked in by , 5 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
1 | |
2 | |
3 | add_executable(lliurex-resolver main.cpp) |
4 | target_link_libraries(lliurex-resolver apt-pkg) |
5 | add_definitions(-std=c++11 -g -O2) |
6 | |
7 | install(TARGETS lliurex-resolver RUNTIME DESTINATION bin) |
8 | |
9 |
Note: See TracBrowser
for help on using the repository browser.