Skip to content
Snippets Groups Projects
Commit e0bb2523 authored by Sören Peters's avatar Sören Peters
Browse files

Merge branch 'soe.peters-open_source-patch-46518' into 'open_source'

Add export compile commands to the main cmake file

See merge request irmb/VirtualFluids_dev!96
parents ea210ae9 0a078c1e
No related branches found
No related tags found
1 merge request!96Add export compile commands to the main cmake file
......@@ -22,6 +22,8 @@ message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER ".cmake")
set(libraryFolder "libs")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment