Roadmap tool to compare binary structure (#479)

This commit is contained in:
MS
2024-01-22 10:15:12 -05:00
committed by GitHub
parent 05bc94f030
commit a65eb9a4e0
7 changed files with 320 additions and 3 deletions

View File

@@ -299,8 +299,8 @@ set_property(TARGET lego1 PROPERTY SUFFIX ".DLL")
if (ISLE_BUILD_APP)
add_executable(isle WIN32
ISLE/res/isle.rc
ISLE/isleapp.cpp
ISLE/define.cpp
ISLE/isleapp.cpp
)
target_compile_definitions(isle PRIVATE ISLE_APP)