Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 31, 2023
1 parent 08df14a commit 216ea40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/accelerator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ target_include_directories(accelerator PRIVATE
${BOOST_INCLUDE_PATH}
${TBB_INCLUDE_PATH}
${GLEW_INCLUDE_PATH}
${FFMPEG_INCLUDE_PATH}
${SFML_INCLUDE_PATH}
)
target_precompile_headers(accelerator PRIVATE "StdAfx.h")
casparcg_add_build_dependency(accelerator boost tbb glew ffmpeg-lib sfml)
casparcg_add_build_dependency(accelerator boost tbb glew sfml)

source_group(sources ./.*)
source_group(sources\\cpu\\image cpu/image/.*)
Expand Down

0 comments on commit 216ea40

Please sign in to comment.