mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix math::cos
This commit is contained in:
parent
8b42648803
commit
aeefee42ee
32 changed files with 527 additions and 527 deletions
|
@ -1,10 +1,10 @@
|
|||
if( OpenCV_FOUND )
|
||||
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${Boost_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS} )
|
||||
add_executable( tools_darkroom_texconv texconv.cpp )
|
||||
target_link_libraries( tools_darkroom_texconv ${OpenCV_LDFLAGS} )
|
||||
set_target_properties( tools_darkroom_texconv PROPERTIES OUTPUT_NAME "texconv" )
|
||||
install( TARGETS tools_darkroom_texconv
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
)
|
||||
endif( OpenCV_FOUND )
|
||||
if( OpenCV_FOUND )
|
||||
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${Boost_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS} )
|
||||
add_executable( tools_darkroom_texconv texconv.cpp )
|
||||
target_link_libraries( tools_darkroom_texconv ${OpenCV_LDFLAGS} )
|
||||
set_target_properties( tools_darkroom_texconv PROPERTIES OUTPUT_NAME "texconv" )
|
||||
install( TARGETS tools_darkroom_texconv
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
)
|
||||
endif( OpenCV_FOUND )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue