Skip to content
Snippets Groups Projects
Commit eecdf692 authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

Fixed an error in CMake files

parent 1fd1f60e
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,10 @@ if (WIN32)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS on)
endif ()
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
if (WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
endif ()
set(CMAKE_AUTOMOC on)
set(CMAKE_AUTORCC on)
......
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