Skip to content

Commit

Permalink
Merge branch 'sundisk'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Jan 1, 2024
2 parents 883ed07 + ceac793 commit 7f69e97
Show file tree
Hide file tree
Showing 18 changed files with 42,881 additions and 115 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Expand Up @@ -32,6 +32,10 @@ add_library(common ${COMMON_SOURCE_FILES})
target_include_directories(common PUBLIC ${CMAKE_SOURCE_DIR}/src ${CGLTF_INCLUDE_DIR} ${STB_INCLUDE_DIR})
target_link_libraries(common PRIVATE glm::glm)

# hosekwilkie-skylightmodel-source
add_library(hosekwilkie-skylightmodel src/hosekwilkie-skylightmodel-source-1.4a/ArHosekSkyModel.c)
target_include_directories(hosekwilkie-skylightmodel PUBLIC ${CMAKE_SOURCE_DIR}/src)

# hw-skymodel
add_library(hw-skymodel src/hw-skymodel/hw_skymodel.c)
target_include_directories(hw-skymodel PUBLIC ${CMAKE_SOURCE_DIR}/src)
Expand All @@ -40,6 +44,10 @@ target_include_directories(hw-skymodel PUBLIC ${CMAKE_SOURCE_DIR}/src)
add_executable(hw-skymodel-demo src/hw-skymodel-demo/main.cpp)
target_link_libraries(hw-skymodel-demo PRIVATE common hw-skymodel glm::glm)

# hw-sunmodel-integrator
add_executable(hw-sunmodel-integrator src/hw-sunmodel-integrator/main.cpp)
target_link_libraries(hw-sunmodel-integrator PRIVATE common hosekwilkie-skylightmodel glm::glm)

# pt
set(PT_SOURCE_FILES
fly_camera_controller.cpp
Expand Down

0 comments on commit 7f69e97

Please sign in to comment.