Skip to content

Commit 8f9ee61

Browse files
authored
Update CMakeLists.txt
1 parent 82dbfde commit 8f9ee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_template/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if(BUILD_AS_DLL)
4242
)
4343
add_library ( ${PROJECT_NAME} SHARED ${dll_hdrs} ${srcs} ${rsrc} dll_main.cpp main.def)
4444
else()
45-
add_executable ( ${PROJECT_NAME} ${exe_hdrs} ${srcs} ${rsrc} main.cpp )
45+
add_executable ( ${PROJECT_NAME} ${hdrs} ${srcs} ${rsrc} main.cpp )
4646
endif()
4747

4848
# link with libpeconv.lib

0 commit comments

Comments
 (0)