Skip to content

Commit 3005cb9

Browse files
authored
Update DefFileGenerator, add source to build (#212)
* Update DefFileGenerator, add source to build * Export non comdat read only symbols * Only fix bad export type
1 parent 51ac01e commit 3005cb9

File tree

12 files changed

+607
-7
lines changed

12 files changed

+607
-7
lines changed

DefFileGenerator/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cmake_minimum_required(VERSION 3.15)
2+
project (DefFileGenerator)
3+
4+
add_executable(DefFileGenerator bindexplib.cpp main.cpp)
5+
6+
set_property(TARGET DefFileGenerator PROPERTY
7+
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

0 commit comments

Comments
 (0)