mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
7 lines
182 B
CMake
7 lines
182 B
CMake
# bin2cpp tool
|
|
|
|
add_executable(bin2cpp bin2cpp.cpp)
|
|
|
|
# set output directory
|
|
# set_target_properties(${bin2cppName} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/tools/bin)
|