Skip to content

Commit 29127cf

Browse files
committed
fixup! Modernize CMake scripts
1 parent 5219d80 commit 29127cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ if(CONAN_FILE)
3434
conan_basic_setup(TARGETS)
3535
endif()
3636

37+
set(CMAKE_INSTALL_BINDIR "bin" CACHE STRING "")
38+
set(CMAKE_INSTALL_LIBDIR "lib" CACHE STRING "")
39+
set(CMAKE_INSTALL_DATAROOTDIR "share" CACHE STRING "")
40+
set(CMAKE_INSTALL_INCLUDEDIR "include" CACHE STRING "")
41+
3742
add_subdirectory(src)
3843

3944
if(LIBTCODFOV_TESTS)

0 commit comments

Comments
 (0)