mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
CMake conversion, further steps: Now it compiles on Visual Studio 2013.
This commit is contained in:
parent
bb36e78428
commit
c0f099c2cf
4 changed files with 45 additions and 15 deletions
|
@ -69,7 +69,7 @@ cmake_set_var('INCLUDE_DIRS', \$include_path);
|
|||
\$libraries =~ s/ -L/ -LIBPATH:/g if \$msvc;
|
||||
cmake_set_var('LIBRARIES', \$libraries);
|
||||
#cmake_set_var('LIBRARY_DIRS', );
|
||||
\$defines =~ s/ -D/ /g;
|
||||
#\$defines =~ s/ -D/ /g;
|
||||
cmake_set_var('DEFINITIONS', \$defines);
|
||||
#cmake_set_var('DEFINITIONS_DEBUG', );
|
||||
cmake_set_var('CXX_FLAGS', \$cflags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue