refactored tutorial CMakeLists with strict dependencies
Former-commit-id: 9ae60fa5f0
This commit is contained in:
@@ -5,4 +5,4 @@ add_executable(${PROJECT_NAME}_bin
|
||||
main.cpp)
|
||||
target_include_directories(${PROJECT_NAME}_bin PRIVATE ${LIBIGL_INCLUDE_DIRS})
|
||||
target_compile_definitions(${PROJECT_NAME}_bin PRIVATE ${LIBIGL_DEFINITIONS})
|
||||
target_link_libraries(${PROJECT_NAME}_bin ${LIBIGL_LIBRARIES} ${LIBIGL_EXTRA_LIBRARIES})
|
||||
target_link_libraries(${PROJECT_NAME}_bin ${LIBIGL_LIBRARIES} ${LIBIGL_VIEWER_EXTRA_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user