Skip to content

Commit

Permalink
Removed last trace of shp library
Browse files Browse the repository at this point in the history
  • Loading branch information
efifogel committed Jul 30, 2023
1 parent 1995b8b commit 7e7ff1a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Arrangement_on_surface_2/demo/earth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ find_package( CGAL QUIET COMPONENTS )
if ( NOT CGAL_FOUND )

message(STATUS "This project requires the CGAL library, and will not be compiled.")
return()
return()

endif()

Expand All @@ -32,7 +32,7 @@ if ( NOT Boost_FOUND )

message(STATUS "This project requires the Boost library, and will not be compiled.")

return()
return()

endif()

Expand All @@ -52,7 +52,7 @@ link_directories(earth PRIVATE ${SHAPELIB_LIB_DIR})


# AOS
file(GLOB source_files_aos
file(GLOB source_files_aos
Aos.h Aos.cpp
)
source_group( "Aos" FILES ${source_files_aos} )
Expand All @@ -67,7 +67,7 @@ source_group( "GIS" FILES ${source_files_gis} )


# GRAPHICS
file(GLOB source_files_graphics
file(GLOB source_files_graphics
Camera.h Camera.cpp
Shader_program.h Shader_program.cpp
)
Expand All @@ -93,7 +93,7 @@ source_group( "GUI" FILES ${source_files_gui} )


#SOURCE FILES (NOT CATEGORIZED YET)
file(GLOB source_files
file(GLOB source_files
Common_defs.h
main.cpp
Main_widget.h Main_widget.cpp
Expand Down Expand Up @@ -132,11 +132,10 @@ target_link_libraries(earth PRIVATE
Qt6::Widgets
Qt6::Xml
CGAL::CGAL
shp
nlohmann_json::nlohmann_json
)

file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/shaders
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/shaders
DESTINATION ${CMAKE_CURRENT_BINARY_DIR})


Expand Down

0 comments on commit 7e7ff1a

Please sign in to comment.