Skip to content

Commit

Permalink
cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy committed Aug 15, 2017
1 parent 5645de7 commit 076848b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ add_executable(ysym ysym.cpp yscene.h)
add_executable(ytestgen ytestgen.cpp ext/ArHosekSkyModel.cpp)
add_executable(ytrace ytrace.cpp yscene.h)
add_executable(yobj2gltf yobj2gltf.cpp)
add_executable(ycy2objgltf ycy2objgltf.cpp)
add_executable(ygltfproc ygltfproc.cpp)
add_executable(yimproc yimproc.cpp)

target_link_libraries(ysym yocto)
target_link_libraries(ytestgen yocto)
target_link_libraries(ytrace yocto)
target_link_libraries(yobj2gltf yocto)
target_link_libraries(ycy2objgltf yocto)
target_link_libraries(ygltfproc yocto)
target_link_libraries(yimproc yocto)

Expand Down

0 comments on commit 076848b

Please sign in to comment.