]> sigrok.org Git - pulseview.git/commit
CMakeLists.txt: move includes to the top, earlier pkg-config lookup
authorGerhard Sittig <redacted>
Sun, 6 May 2018 09:29:19 +0000 (11:29 +0200)
committerGerhard Sittig <redacted>
Mon, 21 Nov 2022 15:58:01 +0000 (16:58 +0100)
commit723ac3f8c56bb5ed0b20f5911f6c449f114d35b6
tree7aeebdf4aec1661b4da348c2ef3a47cff66e35e1
parentd56edfc6b108b662a49e795b6af8df42ab6fb296
CMakeLists.txt: move includes to the top, earlier pkg-config lookup

Move some of the common cmake includes to a location near the top of the
file. Lookup the pkg-config(1) utility before the construction of the
list of dependendencies.

Remaining subsequent includes are strictly conditional (backtrace), or
belong to different groups than source compilation (VCS revision, CPack).
CMakeLists.txt