diff --git a/HopsanGUI/CMakeLists.txt b/HopsanGUI/CMakeLists.txt index 18603a812..30ebd6910 100644 --- a/HopsanGUI/CMakeLists.txt +++ b/HopsanGUI/CMakeLists.txt @@ -23,7 +23,8 @@ add_executable(${target_name} ${srcfiles}) target_include_directories(${target_name} PRIVATE $ $ - $) + $ + $) target_compile_definitions(${target_name} PRIVATE _USE_MATH_DEFINES) if(NOT CMAKE_BUILD_TYPE MATCHES Debug)