Remove executable properties. Add cmake file.

This commit is contained in:
castano 2010-05-30 05:43:14 +00:00
parent 1e699c378c
commit aeaeff1759
10 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
PROJECT(bc6h)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
SET(BC6H_SRCS
bits.h
shapes_two.h
tile.h
utils.cpp
utils.h
zoh.cpp
zoh.h
zohone.cpp
zohtwo.cpp)
ADD_LIBRARY(bc6h STATIC ${BC6H_SRCS})
IF(CMAKE_COMPILER_IS_GNUCXX)
SET_TARGET_PROPERTIES(bc6h PROPERTIES COMPILE_FLAGS -fPIC)
ENDIF(CMAKE_COMPILER_IS_GNUCXX)

0
trunk/src/nvtt/bc6h/bits.h Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/shapes_two.h Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/tile.h Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/utils.cpp Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/utils.h Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/zoh.cpp Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/zoh.h Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/zohone.cpp Executable file → Normal file
View File

0
trunk/src/nvtt/bc6h/zohtwo.cpp Executable file → Normal file
View File