Further CMake integration, split the xs CMakeFiles.txt to

FindAlienWx.cmake and FindPerlEmbed.cmake for easier Perl integration.
This commit is contained in:
bubnikv 2017-08-17 13:30:46 +02:00
parent 5673205d2e
commit bb36e78428
5 changed files with 469 additions and 63 deletions

View file

@ -10,6 +10,8 @@ else ()
endif ()
option(SLIC3R_STATIC "Compile Slic3r with static libraries (Boost, TBB, glew)" ${SLIC3R_STATIC_INITIAL})
option(SLIC3R_GUI "Compile Slic3r with GUI components (OpenGL, wxWidgets)" 1)
option(SLIC3R_PRUSACONTROL "Compile Slic3r with the PrusaControl prject file format (requires wxWidgets base library)" 1)
option(SLIC3R_PROFILE "Compile Slic3r with an invasive Shiny profiler" 0)
option(SLIC3R_HAS_BROKEN_CROAK "Compile Slic3r for a broken Strawberry Perl 64bit" 0)
option(SLIC3R_MSVC_COMPILE_PARALLEL "Compile on Visual Studio in parallel" 1)