Skip to content

Commit

Permalink
Added CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jasecoulls committed Oct 15, 2023
1 parent 98b34e0 commit f3aca68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LogBazooka/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CMakeLists.txt for the LogBazooka project.

cmake_minimum_required(VERSION 3.0)
project(MyWin32Project CXX)

add_executable(LogBazooka LogBazooka.cpp LogRoutines.cpp HexDumper.cpp)

target_link_libraries(LogBazooka user32.lib)
1 change: 1 addition & 0 deletions LogBazooka/LogBazooka.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<Image Include="small.ico" />
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />
<Text Include="Scrap.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit f3aca68

Please sign in to comment.