ensure compile commands are exported by CMake;

pull/48/head
Bryan Biedenkapp 2 years ago
parent f0be2e0079
commit f49b2d0792

@ -25,6 +25,7 @@
#* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#*/ #*/
cmake_minimum_required(VERSION 3.16.0) cmake_minimum_required(VERSION 3.16.0)
set(CMAKE_EXPORT_COMPILE_COMMANDS on)
option(ENABLE_TESTS "Enable compilation of test suite" off) option(ENABLE_TESTS "Enable compilation of test suite" off)
message(CHECK_START "Enable compilation of test suite") message(CHECK_START "Enable compilation of test suite")

Loading…
Cancel
Save

Powered by TurnKey Linux.