You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oyun/tools/hhp2cached/CMakeLists.txt

16 lines
307 B

##########
# Find wxWidgets
##########
find_package (WxOyun)
##########
# Build the executable
##########
add_executable (hhp2cached hhp2cached.cpp)
target_link_libraries (hhp2cached ${wxWidgets_LIBRARIES})
if (MSVC OR WIN32)
set_target_properties (hhp2cached PROPERTIES WIN32_EXECUTABLE TRUE)
endif()