Add: [CMake] Always export compile commands (#8199)
This commit is contained in:
		| @@ -91,6 +91,8 @@ endif (MSVC) | ||||
| set(CMAKE_CXX_STANDARD_REQUIRED YES) | ||||
| set(CMAKE_CXX_EXTENSIONS NO) | ||||
|  | ||||
| set(CMAKE_EXPORT_COMPILE_COMMANDS YES) | ||||
|  | ||||
| list(APPEND GENERATED_SOURCE_FILES "${CMAKE_BINARY_DIR}/generated/rev.cpp") | ||||
| if (WIN32) | ||||
|     list(APPEND GENERATED_SOURCE_FILES "${CMAKE_BINARY_DIR}/generated/ottdres.rc") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Frédéric Simonis
					Frédéric Simonis