Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Added module for pabopto2bsdf in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Apr 7, 2014
1 parent 96fb1b6 commit 6be2494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ target_link_libraries(3ds2mgf rtrad)

if (NOT WIN32)

add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c bsdftrans.cpp)
target_link_libraries(pabopto2bsdf rtrad)

add_executable(pabopto2rad pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
Expand Down

0 comments on commit 6be2494

Please sign in to comment.