Skip to content

Commit

Permalink
Move compile commands setting below project
Browse files Browse the repository at this point in the history
  • Loading branch information
lanza committed Sep 7, 2018
1 parent f139b33 commit dc85733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

cmake_minimum_required(VERSION 3.9)
cmake_policy(SET CMP0054 NEW)
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)

project(DebugServer2)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

set(OS_NAME ${CMAKE_SYSTEM_NAME})
set(ARCH_NAME ${CMAKE_SYSTEM_PROCESSOR})

Expand Down

0 comments on commit dc85733

Please sign in to comment.