Skip to content
Snippets Groups Projects
Commit cf44ce1e authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Enable folders in visual studio

parent d08b61c4
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@ if (NOT DEFINED CMAKE_RUNTIME_OUTPUT_DIRECTORY AND WIN32)
set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
endif ()
if (CMAKE_GENERATOR MATCHES "Visual Studio")
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
endif ()
option (ITA_SAMPLER_WITH_TESTS "Build the tests for the library" OFF)
add_library (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment