aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
-rw-r--r--src/dxvk.c1
2 files changed, 4 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b3ee9b..e565557 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ if(NOT CMAKE_BUILD_TYPE)
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif()
-project(polecat VERSION 0.1.6)
+project(polecat VERSION 0.1.8)
add_compile_definitions(NAME="${CMAKE_PROJECT_NAME}")
add_compile_definitions(VERSION="${CMAKE_PROJECT_VERSION}")
@@ -37,4 +37,6 @@ target_link_libraries(${CMAKE_PROJECT_NAME} LINK_PUBLIC ${LIBARCHIVE_LIBRARIES})
target_include_directories(${CMAKE_PROJECT_NAME} PUBLIC ${LIBCURL_INCLUDE_DIRS})
target_include_directories(${CMAKE_PROJECT_NAME} PUBLIC ${JSONC_INCLUDE_DIRS})
-target_include_directories(${CMAKE_PROJECT_NAME} PUBLIC ${LIBARCHIVE_INCLUDE_DIRS}) \ No newline at end of file
+target_include_directories(${CMAKE_PROJECT_NAME} PUBLIC ${LIBARCHIVE_INCLUDE_DIRS})
+
+install(TARGETS ${CMAKE_PROJECT_NAME}) \ No newline at end of file
diff --git a/src/dxvk.c b/src/dxvk.c
index 70a8fa8..5a33394 100644
--- a/src/dxvk.c
+++ b/src/dxvk.c
@@ -97,7 +97,6 @@ int dxvk_install(int argc, char** argv)
if (argc > 1)
{
char dxvkpath[PATH_MAX];
- char* winebinloc = NULL; // to be set by the wine type check
getDXVKDir(dxvkpath, sizeof(dxvkpath));
char* dxvkver = argv[1];