Skip to content

Commit

Permalink
Update DefFileGenerator, add source to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Aug 18, 2024
1 parent 51ac01e commit 6ed2c9b
Show file tree
Hide file tree
Showing 11 changed files with 607 additions and 3 deletions.
7 changes: 7 additions & 0 deletions DefFileGenerator/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.15)
project (DefFileGenerator)

add_executable(DefFileGenerator bindexplib.cpp main.cpp)

set_property(TARGET DefFileGenerator PROPERTY
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
Loading

0 comments on commit 6ed2c9b

Please sign in to comment.