mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-23 19:32:00 +00:00
Set the output directory to bin/x64/
This is consistent with the current Makefiles
This commit is contained in:
parent
0af56019c2
commit
fbafa8b8f5
@ -13,6 +13,12 @@ if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
endif ()
|
||||
|
||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/x64/${CMAKE_BUILD_TYPE})
|
||||
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/x64/${CMAKE_BUILD_TYPE})
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/x64/${CMAKE_BUILD_TYPE})
|
||||
|
||||
message(STATUS "Output directory set to: ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}")
|
||||
|
||||
set(bddisasm_src
|
||||
bddisasm/crt.c
|
||||
bddisasm/bddisasm.c
|
||||
|
Loading…
Reference in New Issue
Block a user