Skip to content

Commit 10dc372

Browse files
committed
Updated Cmake file
1 parent 55c25a8 commit 10dc372

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

H264SharpNative/CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ if (POLICY CMP0141)
99
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT "$<IF:$<AND:$<C_COMPILER_ID:MSVC>,$<CXX_COMPILER_ID:MSVC>>,$<$<CONFIG:Debug,RelWithDebInfo>:EditAndContinue>,$<$<CONFIG:Debug,RelWithDebInfo>:ProgramDatabase>>")
1010
endif()
1111

12-
# CMakeList.txt : CMake project for CMakeProject1, include source and define
13-
# project specific logic here.
14-
#
12+
13+
project("hello")
14+
1515
add_definitions(-DUNICODE -D_UNICODE)
1616
add_compile_options(-Rpass=loop-vectorize)
1717
add_compile_options(-mavx2)
@@ -30,8 +30,6 @@ endif()
3030
# Add source to this project's executable.
3131
#add_executable (CMakeProject1 "CMakeProject1.cpp" "CMakeProject1.h")
3232
add_library (CMakeProject1 SHARED
33-
"CMakeProject1.cpp"
34-
"CMakeProject1.h"
3533
"codec_api.h"
3634
"codec_app_def.h"
3735
"codec_def.h"

0 commit comments

Comments
 (0)