]> sigrok.org Git - pulseview.git/commit
cmake: avoid redundant source list in Android lib vs executable check
authoruser <redacted>
Tue, 14 Jan 2020 17:42:02 +0000 (18:42 +0100)
committerUwe Hermann <redacted>
Sat, 18 Jan 2020 13:05:59 +0000 (14:05 +0100)
commitc243364c4636813972203712bccc21d96db1ae73
tree68308b48b4b67364c4ce556807e6886d7b79dc0f
parent989d50ad39d030bcb5df3869ec9b94d6a9e878d9
cmake: avoid redundant source list in Android lib vs executable check

Factor out a common list of input files (sources, and resources) in
the conditional instructions which either build a shared object or an
executable from the same list of input files.
CMakeLists.txt