Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Dec 16, 2024
1 parent a2b9b93 commit e300517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/3rd_QGLViewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ set(QGLViewer_SRC
"${PROJECT_SOURCE_DIR}/QGLViewer/vec.cpp")

add_library(${PROJECT_NAME} STATIC ${QGLViewer_SRC})
set_target_properties(${PROJECT_NAME} PROPERTIES FOLDER "3rd_party")

target_include_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(${PROJECT_NAME} PUBLIC ${QtLibs} OpenGL::GL OpenGL::GLU)

Expand Down

0 comments on commit e300517

Please sign in to comment.