Change the output path for cmake so all files go into the same root directory

This commit is contained in:
Victor Luchits
2017-07-07 13:08:53 +03:00
parent 4d204095cf
commit 30cc2f6a01
11 changed files with 38 additions and 1 deletions
+2
View File
@@ -26,6 +26,8 @@ add_executable(vcmitest ${test_SRCS} ${test_HEADERS})
target_link_libraries(vcmitest vcmi ${Boost_LIBRARIES} ${RT_LIB} ${DL_LIB})
add_test(vcmitest vcmitest)
vcmi_set_output_dir(vcmitest "")
set_target_properties(vcmitest PROPERTIES ${PCH_PROPERTIES})
cotire(vcmitest)