Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
keshuaixu committed Apr 17, 2023
1 parent 3fed592 commit df10b80
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,12 @@ target_sources(dractest PUBLIC ${COMMON_FILES})
target_link_libraries(dractest Amp1394 OpenGL::GL OpenGL::GLU glfw GLEW::GLEW ${CMAKE_DL_LIBS})
set_property(TARGET dractest PROPERTY CXX_STANDARD 20)

add_executable(dractune dractune.cpp)
target_sources(dractune PUBLIC ${COMMON_FILES})
target_link_libraries(dractune Amp1394 OpenGL::GL OpenGL::GLU glfw GLEW::GLEW ${CMAKE_DL_LIBS})
set_property(TARGET dractune PROPERTY CXX_STANDARD 20)


install(TARGETS dractweak DESTINATION bin)
install(TARGETS dractest DESTINATION bin)
install(TARGETS dractest DESTINATION bin)
install(TARGETS dractune DESTINATION bin)
Loading

0 comments on commit df10b80

Please sign in to comment.