Skip to content
Snippets Groups Projects
Commit 616c3e1a authored by Yoann Laala's avatar Yoann Laala
Browse files

cmake: remove duplicate CMAKE_CONFIGURATION_TYPES

parent 8eff2b46
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,6 @@ if (APPLE)
SET(ADDITIONAL_LIBS "-lpthread")
endif (APPLE)
set(CMAKE_CONFIGURATION_TYPES "Debug;Release")
include_directories("Common" "Tables" "Codec" "ConvertLib" "WarpLib" "Example")
file(GLOB CODEC_SOURCES "Codec/*.c" "Codec/*.h" "Codec/*.cpp" "WarpLib/*.c" "WarpLib/*.h" )
file(GLOB ENCODER_SOURCES "EncoderSDK/*.cpp" "Common/*.h")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment