Remove executable properties. Add cmake file.
This commit is contained in:
parent
757e372726
commit
8e074b2e28
21
src/nvtt/bc6h/CMakeLists.txt
Normal file
21
src/nvtt/bc6h/CMakeLists.txt
Normal 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
src/nvtt/bc6h/bits.h
Executable file → Normal file
0
src/nvtt/bc6h/bits.h
Executable file → Normal file
0
src/nvtt/bc6h/shapes_two.h
Executable file → Normal file
0
src/nvtt/bc6h/shapes_two.h
Executable file → Normal file
0
src/nvtt/bc6h/tile.h
Executable file → Normal file
0
src/nvtt/bc6h/tile.h
Executable file → Normal file
0
src/nvtt/bc6h/utils.cpp
Executable file → Normal file
0
src/nvtt/bc6h/utils.cpp
Executable file → Normal file
0
src/nvtt/bc6h/utils.h
Executable file → Normal file
0
src/nvtt/bc6h/utils.h
Executable file → Normal file
0
src/nvtt/bc6h/zoh.cpp
Executable file → Normal file
0
src/nvtt/bc6h/zoh.cpp
Executable file → Normal file
0
src/nvtt/bc6h/zoh.h
Executable file → Normal file
0
src/nvtt/bc6h/zoh.h
Executable file → Normal file
0
src/nvtt/bc6h/zohone.cpp
Executable file → Normal file
0
src/nvtt/bc6h/zohone.cpp
Executable file → Normal file
0
src/nvtt/bc6h/zohtwo.cpp
Executable file → Normal file
0
src/nvtt/bc6h/zohtwo.cpp
Executable file → Normal file
Loading…
Reference in New Issue
Block a user