f44c1b51efacc1e9eadd0d75ad8a6bbf5da9f354
Stefan Schuermans upt-dump -> upt-tool, add p...

Stefan Schuermans authored 4 years ago

1) add_custom_command(
2)   OUTPUT
Stefan Schuermans add upt-tool wrapper for no...

Stefan Schuermans authored 4 years ago

3)   ${CMAKE_BINARY_DIR}/lib/uproctrace/upt-tool.py
Stefan Schuermans upt-dump -> upt-tool, add p...

Stefan Schuermans authored 4 years ago

4)   DEPENDS
5)   ${CMAKE_CURRENT_SOURCE_DIR}/upt-tool.py
6)   COMMAND
7)   cp -a ${CMAKE_CURRENT_SOURCE_DIR}/upt-tool.py
Stefan Schuermans add upt-tool wrapper for no...

Stefan Schuermans authored 4 years ago

8)         ${CMAKE_BINARY_DIR}/lib/uproctrace/upt-tool.py
9) )
10) 
11) add_custom_command(
12)   OUTPUT
13)   ${CMAKE_BINARY_DIR}/bin/upt-tool
14)   DEPENDS
15)   ${CMAKE_CURRENT_SOURCE_DIR}/upt-tool.bash
16)   COMMAND
17)   cp -a ${CMAKE_CURRENT_SOURCE_DIR}/upt-tool.bash
Stefan Schuermans upt-dump -> upt-tool, add p...

Stefan Schuermans authored 4 years ago

18)         ${CMAKE_BINARY_DIR}/bin/upt-tool
19) )
20) 
21) add_custom_target(
22)   upt-tool
23)   ALL
24)   DEPENDS
Stefan Schuermans add upt-tool wrapper for no...

Stefan Schuermans authored 4 years ago

25)   ${CMAKE_BINARY_DIR}/lib/uproctrace/upt-tool.py
Stefan Schuermans upt-dump -> upt-tool, add p...

Stefan Schuermans authored 4 years ago

26)   ${CMAKE_BINARY_DIR}/bin/upt-tool
27) )