Skip to content

Commit

Permalink
Check what cmake thinks the relevant variables contain.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Aug 25, 2024
1 parent 708c308 commit 870ea52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# TODO: add dependencies (c128.s and mega65.s include c64.s)

message(STATUS "CMAKE_BUILD_TYPE='${CMAKE_BUILD_TYPE}', CMAKE_GENERATOR='${CMAKE_GENERATOR}'")
if(DEFINED CMAKE_BUILD_TYPE AND CMAKE_GENERATOR EQUAL "Visual Studio 17 2022")
set(XLR8 ${CMAKE_BINARY_DIR}/src/${CMAKE_BUILD_TYPE}/xlr8${CMAKE_EXECUTABLE_SUFFIX})
else()
Expand Down

0 comments on commit 870ea52

Please sign in to comment.