Skip to content

Commit

Permalink
Merge pull request #24 from nmellado/bugfix_23
Browse files Browse the repository at this point in the history
Bugfix 23: add macosx compilation support
  • Loading branch information
nmellado authored Dec 7, 2016
2 parents 2d7073b + a91777c commit 3f3b150
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (Super4PCS)

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

set(SRC_DIR ${PROJECT_SOURCE_DIR}/super4pcs)
set(SRC_DIR ${PROJECT_SOURCE_DIR}/src/super4pcs/)

################################################################################
## Configuration file
Expand Down
2 changes: 1 addition & 1 deletion Super4PCS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Super4pcs", "Super4pcs\Super4pcs.vcxproj", "{EC169232-18F7-4DD8-9DEB-6AEF670BDD99}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Super4pcs", "src\Super4pcs\Super4pcs.vcxproj", "{EC169232-18F7-4DD8-9DEB-6AEF670BDD99}"
ProjectSection(ProjectDependencies) = postProject
{A7D00B21-CB9C-4BBB-8DEE-51025104F867} = {A7D00B21-CB9C-4BBB-8DEE-51025104F867}
{FE684FAA-7321-32F9-A0BD-0DA034AAB6FF} = {FE684FAA-7321-32F9-A0BD-0DA034AAB6FF}
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\3rdparty\chealpix\src\chealpix.c" />
<ClCompile Include="..\..\3rdparty\chealpix\src\chealpix.c" />
<ClCompile Include="4pcs.cc" />
<ClCompile Include="accelerators\normalHealSet.cpp" />
<ClCompile Include="io\io.cc" />
<ClCompile Include="super4pcs.cc" />
<ClCompile Include="super4pcs_test.cc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\3rdparty\chealpix\include\chealpix.h" />
<ClInclude Include="..\..\3rdparty\chealpix\include\chealpix.h" />
<ClInclude Include="4pcs.h" />
<ClInclude Include="accelerators\bbox.h" />
<ClInclude Include="accelerators\kdtree.h" />
Expand Down Expand Up @@ -108,7 +108,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LibraryPath>$(SolutionDir)\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
<IncludePath>$(ProjectDir)..\3rdparty\ann_1.1.2\include;$(ProjectDir)..\3rdparty\chealpix\include;$(ProjectDir);$(ProjectDir)io;$(ProjectDir)accelerators;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)..\..\3rdparty\ann_1.1.2\include;$(ProjectDir)..\..\3rdparty\chealpix\include;$(ProjectDir);$(ProjectDir)io;$(ProjectDir)accelerators;$(IncludePath)</IncludePath>
<IntDir>$(SolutionDir)build\$(Platform)\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ClCompile Include="super4pcs_test.cc">
<Filter>Source Files\super4pcs</Filter>
</ClCompile>
<ClCompile Include="..\3rdparty\chealpix\src\chealpix.c">
<ClCompile Include="..\..\3rdparty\chealpix\src\chealpix.c">
<Filter>Source Files\3rdParty</Filter>
</ClCompile>
</ItemGroup>
Expand Down Expand Up @@ -96,12 +96,12 @@
<ClInclude Include="shared4pcs.h">
<Filter>Source Files\super4pcs</Filter>
</ClInclude>
<ClInclude Include="..\3rdparty\chealpix\include\chealpix.h">
<Filter>Source Files\3rdParty</Filter>
</ClInclude>
<ClInclude Include="utils\disablewarnings.h">
<Filter>Source Files\super4pcs\utils</Filter>
</ClInclude>
<ClInclude Include="..\..\3rdparty\chealpix\include\chealpix.h">
<Filter>Source Files\3rdParty</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="accelerators\CMakeLists.txt">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3f3b150

Please sign in to comment.