PowerShell/CMakeLists.txt
Andrew Schwartzmeyer 6e85659672 Rename tests to test
Requires moving a submodule, so its better to do it now when everything
is moving.
2016-01-14 10:24:16 -08:00

9 lines
188 B
CMake

cmake_minimum_required(VERSION 2.8.4)
project(PSL-NATIVE)
add_compile_options(-std=c++11 -Wall -Werror)
# test in BUILD_DIR
enable_testing()
add_subdirectory(src)
add_subdirectory(test)